[PRL] Of course our programming language can do this

Jesse A. Tov tov at ccs.neu.edu
Wed Aug 2 18:15:01 EDT 2006


Matthias Felleisen wrote:
> And how do you write down
> 
>  (define-syntax let
>    (syntax-rules ...))
> 
> in Haskell? -- Matthias

It starts

     import Language.Haskell.TH

and goes downhill from there.

Jesse



More information about the PRL mailing list