Difference between revisions of "The Monad.Reader/Issue4"

From HaskellWiki
Jump to navigation Jump to search
 
m (Point broken link to Web Archive instead.)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
''July 5 2005''
+
(Published July 5 2005.)
  +
 
== Editorial ==
 
== Editorial ==
''by Shae Erisson''
+
''by Shae Erisson''
   
 
This month's editorial is an encouragement to join the [http://www.haskell.org/mailman/listinfo/libraries libraries mailing list] and help out.
 
This month's editorial is an encouragement to join the [http://www.haskell.org/mailman/listinfo/libraries libraries mailing list] and help out.
   
Recently I've noticed duplicate functionality, for example c2hs, Knit, and other projects require C parsers, but there's no common codebase. Since parsers are one of the killer features of Haskell, I suggest that language parsers for popular languages be community libraries. If the Haskell community had quality parsers available for Haskell, C, PHP, and Java, fewer projects would need to rewrite the wheel, and existing projects would have better parsers.
+
Recently I've noticed duplicate functionality, for example c2hs, Knit, and other projects require C parsers, but there's no common code base. Since parsers are one of the killer features of Haskell, I suggest that language parsers for popular languages be community libraries. If the Haskell community had quality parsers available for Haskell, C, PHP, and Java, fewer projects would need to rewrite the wheel, and existing projects would have better parsers.
   
 
This month Time and Matrix libraries are being built on the [http://www.haskell.org/mailman/listinfo/libraries libraries list], if you have ideas, suggestions, or want to contribute code, get onto the libraries list and help out!
 
This month Time and Matrix libraries are being built on the [http://www.haskell.org/mailman/listinfo/libraries libraries list], if you have ideas, suggestions, or want to contribute code, get onto the libraries list and help out!
   
 
As always, The Monad.Reader invites submissions on Haskell and related topics. Send a summary or abstract for your article to Shae Erisson.
 
As always, The Monad.Reader invites submissions on Haskell and related topics. Send a summary or abstract for your article to Shae Erisson.
  +
 
== Contents ==
 
== Contents ==
  +
;Impure Thoughts 2, B&D not S&M -(''Not licensed for this wiki; see the copy on [http://web.archive.org/web/20090617220524/http://www.flippac.org/blog/?page_id=8 Philippa's blog (Web Archive)]'')
;[Impure Thoughts]]/2:Impure Thoughts 2, B&D not S&M
 
 
: by Philippa Cowderoy
 
: by Philippa Cowderoy
 
;[[The_Monad.Reader/Issue4/Why Attribute Grammars Matter | Why Attribute Grammars Matter]]
 
;[[The_Monad.Reader/Issue4/Why Attribute Grammars Matter | Why Attribute Grammars Matter]]

Latest revision as of 22:48, 25 March 2017

(Published July 5 2005.)

Editorial

by Shae Erisson

This month's editorial is an encouragement to join the libraries mailing list and help out.

Recently I've noticed duplicate functionality, for example c2hs, Knit, and other projects require C parsers, but there's no common code base. Since parsers are one of the killer features of Haskell, I suggest that language parsers for popular languages be community libraries. If the Haskell community had quality parsers available for Haskell, C, PHP, and Java, fewer projects would need to rewrite the wheel, and existing projects would have better parsers.

This month Time and Matrix libraries are being built on the libraries list, if you have ideas, suggestions, or want to contribute code, get onto the libraries list and help out!

As always, The Monad.Reader invites submissions on Haskell and related topics. Send a summary or abstract for your article to Shae Erisson.

Contents

Impure Thoughts 2, B&D not S&M -(Not licensed for this wiki; see the copy on Philippa's blog (Web Archive))
by Philippa Cowderoy
Why Attribute Grammars Matter
by Wouter Swierstra
Solving Sudoku
by Dominic Fox
On Treaps And Randomization
by Jesper Louis Andersen