Hacker News new | ask | show | jobs
by tester756 1688 days ago
What if my frontend is written in non cpp? e.g haskell, js, java, c#, etc.
1 comments

You use the LLVM-C bindings via your favorite FFI mechanism to generate the code then, usually.