Hacker News new | ask | show | jobs
by octo_t 4827 days ago
surely you could just run lljvm on the llvm IR that ghc emits and have haskell code on your JVM?
1 comments

could you get the kind of adhoc library interop you get with other on-the-jvm languages like this with llvm?
probably not if you did it this week :)

That said, there is some very interesting work going on towards having a sane call out to JVM / .net code from haskell, though nothing will realistically be in a truly usable for in the next 12-18th months