
13 Nov
2008
13 Nov
'08
9:06 p.m.
On Thu, Nov 13, 2008 at 11:08 AM, Andrew Coppin
In other words, Haskell is an excellent language for designing special-purpose compilers and interpretters for custom languages. ;-)
If I knew a damned thing about IA32 assembly and dynamic linkage, I'd be tempted to try it myself...
You could generate assembly language instructions directly. But if you use the Haskell LLVM bindings your generated code will be (1) platform independent and (2) optimised. I think there's a cool project lurking there. -- Dan