[Haskell-cafe] some ideas for Haskell', from Python

Tim Wawrzynczak inforichland at gmail.com
Wed Jan 14 13:39:59 EST 2009


>
> You're probably right.
> I've played around with LISP macros a little, but it seems that most
> of the cases where you would use a macro in LISP you don't need one in
> haskell due to lazy evaluation.  Although I haven't played around with
> them enough to say much one way or another.
>
> Do you know of a particular example where a macro would be a big help
> in haskell?
>

Well, like many good programming tools, Lisp macros are another abstraction,
but instead of dealing with data, they deal with code.  They are a syntactic
abstraction.  They're often described as "programs that write programs."  We
all know how much Haskell likes abstractions ;)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090114/c4cf48d0/attachment.htm


More information about the Haskell-Cafe mailing list