
6 Apr
2010
6 Apr
'10
6:59 a.m.
Hello aditya, Saturday, April 3, 2010, 6:56:23 AM, you wrote:
Haskell. And I'm also wondering why metaprogramming is used much more in Ocaml than in Haskell.
reasons are two-folded: haskell is more powerful language. in particular, there are lots of generic programming approaches besides TH. OTOH, TH is as powerful as any other syntax preprocessor, but not as easy to use. especially if you try to learn it by reading original papers i suggest you to postpone learning TH. it's not Haskell way :) -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com