On Thu, Nov 13, 2008 at 11:08 AM, Andrew Coppin <[EMAIL PROTECTED]> wrote: > 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 _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe