
27 Aug
2007
27 Aug
'07
1:41 p.m.
On 8/27/07, Peter Verswyvelen
Look at Template Haskell. Gee coming from C++ that was the last thing I expected "templates" to do. It seems a bit more powerful in Haskell though!
There's much in common between C++ template metaprogramming and template Haskell - they both allow compile-time computation. On the question of which is more 'powerful', check out the side by side comparison here: http://www.cs.rice.edu/~taha/publications/journal/dspg04b.pdf -- Dan