Scheme in Haskell: write a parser, learn two fascinating languages(halogen.note.amherst.edu)
halogen.note.amherst.edu
Scheme in Haskell: write a parser, learn two fascinating languages
http://halogen.note.amherst.edu/~jdtang/scheme_in_48/tutorial/overview.html
2 comments
I'm going through this over the weekend. The really trippy part, to me, is where he switches from using haskell to define the scheme parser, to using scheme to define the standard library (of course, run through the parser that was just written)
With Scheme in 48 Hours you get running code you can hack around with to see what does what.