[LLVMdev] 2.2 garbage collector questions

Bryan O'Sullivan bos at serpentine.com
Tue Feb 5 09:18:28 PST 2008


Jon Harrop wrote:

> If you are familiar with functional programming and, in particular, its 
> benefits in the context of compiler work then you might like to use Gordon's 
> OCaml bindings to LLVM that are bundled with LLVM. They are very easy to use 
> and will make subsequent work vastly easier than trying to write everything 
> in C++.

Or, indeed, the Haskell bindings I've been working on with Lennart
Augustsson.  They're both safer and easier to use than the OCaml
bindings :-)

	<b



More information about the llvm-dev mailing list