Difference between revisions of "The Monad.Reader"

From HaskellWiki
Jump to navigation Jump to search
(Never mind... it seems that the new site also contains the previous issues)
(36 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
[[Category:Community]]
 
[[Category:Community]]
The Monad.Reader is a electronic magazine about all things Haskell. It is less-formal than journal, but somehow more enduring than a wiki-page. There have been a wide variety of articles, including: exciting code fragments, intriguing puzzles, book reviews, tutorials, and even half-baked research ideas.
+
The Monad.Reader is an electronic magazine about all things Haskell. It is less formal than journal, but more enduring than a wiki-page or blog post. There have been a wide variety of articles, including: exciting code fragments, intriguing puzzles, book reviews, tutorials, and even half-baked research ideas.
   
  +
'''Please note that the Monad.Reader has moved to [http://themonadreader.wordpress.com http://themonadreader.wordpress.com]. This site will no longer be updated.'''
==== Latest Issue ====
 
 
[[Media:TMR-Issue8.pdf|The Monad.Reader Issue 8]] is now available. Issue 8 consists of the following two articles:
 
;''Generating Multiset Partitions''
 
:Brent Yorgey
 
;''Type-Level Instant Insanity''
 
:Conrad Parker
 
 
Feel free to browse the source files [http://sneezy.cs.nott.ac.uk/darcs/TMR/Issue8/]. You can check out the entire repository using darcs:
 
 
<tt>darcs get http://sneezy.cs.nott.ac.uk/darcs/TMR/Issue8/</tt>
 
 
The source code and LaTeX files have all been released under a BSD-style license.
 
 
I'd welcome any discussion and feedback [[Talk:The_Monad.Reader|on the Talk page]].
 
 
==== Previous editions ====
 
 
[[Media:TMR-Issue6.pdf|The Monad.Reader Issue 6]] was released January 31, 2007.
 
;''Getting a Fix from the Right Fold''
 
:Bernie Pope
 
;''Adventures in Classical-Land''
 
:Dan Piponi
 
;''<nowiki>Assembly: Circular Programming with Recursive do</nowiki>''
 
:Russell O'Connor
 
 
[[Media:TMR-Issue7.pdf|The Monad.Reader Issue 7]] was released April 30, 2007.
 
;''A Recipe for controlling Lego using Lava''
 
:Matthew Naylor
 
;''<nowiki>Caml Trading: Experiences in Functional Programming on Wall Street</nowiki>''
 
:Yaron Minsky
 
;''<nowiki>Book Review: “Programming in Haskell” by Graham Hutton</nowiki>''
 
:Duncan Coutts
 
;''Yhc.Core – from Haskell to Core''
 
:Dimitry Golubovsky, Neil Mitchell, Matthew Naylor
 
 
[http://www.haskell.org/tmrwiki/ Older editions] can be found on the old Haskell wiki – they haven't been included here for licensing reasons. I hope to move over most of the content soon.
 
 
==== Contributing ====
 
 
If you're interested in writing something for The Monad.Reader, please download the [[Media:TMR.zip|instructions for authors]]. You can also check out the most recent version from the darcs repository at <tt>http://sneezy.cs.nott.ac.uk/darcs/TMR/Guidelines</tt>.
 
 
Feel free to contact [http://www.cs.nott.ac.uk/~wss Wouter Swierstra] with any questions.
 
 
==== Merchandise ====
 
 
You can buy The Monad.Reader t-shirts and merchandise from [http://www.cafepress.com/TheMonadReader Cafepress].
 
 
==== The name ====
 
The name is a pun, I'm afraid. A magazine is sometimes also referred to as a "reader". The articles are not necessarily about monads.
 

Revision as of 13:13, 14 February 2010

The Monad.Reader is an electronic magazine about all things Haskell. It is less formal than journal, but more enduring than a wiki-page or blog post. There have been a wide variety of articles, including: exciting code fragments, intriguing puzzles, book reviews, tutorials, and even half-baked research ideas.

Please note that the Monad.Reader has moved to http://themonadreader.wordpress.com. This site will no longer be updated.