28 Aug
2007
28 Aug
'07
1:41 a.m.
On 8/27/07, Peter Verswyvelen <bf3@telenet.be> wrote:
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