Let s assume for the moment that C++ is not a functional programming language. If you want to write a compiler using LLVM for the back-end, and you want to use a functional programming language and its bindings to LLVM to do your work, you have two choices as far as I know: Objective Caml and Haskell. If there are others, then I d like to know about those too.
I m not asking for subjective opinions, so please don t give this the subjective
tag. I want to make up my own mind about this, but I m not sure I know what are all the trade-offs. So, StackOverflow to the rescue. What are the trade-offs?