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

From HaskellWiki
Jump to navigation Jump to search
m (Give the link to Philippa's blog a name.)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
''May 2005''
+
(Published May 2005)
  +
 
== Editorial ==
 
== Editorial ==
''by Shae Erisson''
+
:''by Shae Erisson''
  +
 
This is an exciting time to be part of the Haskell community. Functional Programming is reaching the mainstream: [[Darcs]] is steadily gaining users, [[Pugs]] is getting the attention of the Perl world, Wadler's [http://homepages.inf.ed.ac.uk/wadler/index.html#links Links] language and Steele et al's [http://lambda-the-ultimate.org/node/view/673 Fortress] language are efforts to bring the power of FP into the world of mainstream commercial development. And of course, ''The Monad.Reader'' is back again to delight and bedazzle!
   
 
For issue two, the subjects are [[Template Haskell]], better module compatibility, exploring dark corners of [[GHC]], [[domain specific language]]s, and the [[Foreign Function Interface]].
This is an exciting time to be part of the Haskell community. Functional Programming is reaching the mainstream: [http://darcs.net Darcs] is steadily gaining users, [http://pugscode.org/ Pugs] is getting the attention of the Perl world, Wadler's [http://homepages.inf.ed.ac.uk/wadler/index.html#links Links] language and Steele et al's [http://lambda-the-ultimate.org/node/view/673 Fortress] language are efforts to bring the power of FP into the world of mainstream commercial development. And of course, The Monad.Reader is back again to delight and bedazzle!
 
   
 
We've also switched to an experimental wikipublishing format, in hopes of removing the bottlenecks that showed up in the first issue, and encouraging more peer review. We'd like to hear your feedback!
For issue two, the subjects are Template Haskell, better module compatibility, exploring dark corners of GHC, domain specific languages, and the Foreign Function Interface.
 
   
We've also switched to an experimental wikipublishing format, in hopes of removing the bottlenecks that showed
 
up in the first issue, and encouraging more peer review. We'd like to hear your feedback!
 
 
== Contents ==
 
== Contents ==
; Impure Thoughts 1 - Thtatic Compilathionth (without a lisp)[http://www.haskell.org/tmrwiki/ImpureThoughts_2f1]
+
; Impure Thoughts 1 - Thtatic Compilathionth (without a lisp) -(''not licensed for this wiki; see the copy on [http://web.archive.org/web/20090617220450/http://www.flippac.org/blog/?page_id=5 Philipa's blog (Web Archive)]'')
 
: by Philippa Cowderoy
 
: by Philippa Cowderoy
 
;[[The_Monad.Reader/Issue2/EternalCompatibilityInTheory | Eternal Compatibility In Theory]]
 
;[[The_Monad.Reader/Issue2/EternalCompatibilityInTheory | Eternal Compatibility In Theory]]

Latest revision as of 22:47, 25 March 2017

(Published May 2005)

Editorial

by Shae Erisson

This is an exciting time to be part of the Haskell community. Functional Programming is reaching the mainstream: Darcs is steadily gaining users, Pugs is getting the attention of the Perl world, Wadler's Links language and Steele et al's Fortress language are efforts to bring the power of FP into the world of mainstream commercial development. And of course, The Monad.Reader is back again to delight and bedazzle!

For issue two, the subjects are Template Haskell, better module compatibility, exploring dark corners of GHC, domain specific languages, and the Foreign Function Interface.

We've also switched to an experimental wikipublishing format, in hopes of removing the bottlenecks that showed up in the first issue, and encouraging more peer review. We'd like to hear your feedback!

Contents

Impure Thoughts 1 - Thtatic Compilathionth (without a lisp) -(not licensed for this wiki; see the copy on Philipa's blog (Web Archive))
by Philippa Cowderoy
Eternal Compatibility In Theory
by Sven Moritz Hallberg
Fun with Linear Implicit Parameters
by Thomas Jäger
Haskore
by Bastiaan Zapf
Bzlib2 Binding - An Introduction to the FFI
by Peter Eriksen