merits of Lisp vs Python

Pekka Karjalainen pkarjala at paju.oulu.fi
Tue Dec 12 03:27:01 EST 2006


In article <7xodqa6ixv.fsf at ruckus.brouhaha.com>, Paul Rubin wrote:
>Marc 'BlackJack' Rintsch <bj_666 at gmx.net> writes:
>> So there seems to be something macro-like for Haskell.
>
>I think that's some kind of proposed or experimental Haskell feature,
>not in the current standard, but I'm not sure.  I'm barely even a
>newbie with Haskell.

It's called Template Haskell.

http://www.haskell.org/th/

"Template Haskell is an extension to Haskell 98 that allows you to do
type-safe compile-time meta-programming, with Haskell both as the
manipulating language and the language being manipulated."

There is an experimental implementation in new versions of GHC.

Follow-ups set to comp.lang.haskell in case anyone wants to discuss it. I
claim no understanding of it yet. Better figure out ordinary Haskell
first...




More information about the Python-list mailing list