Comment on Fjord – F# programming language for the JVMparentComments−octo_t13ysurely you could just run lljvm on the llvm IR that ghc emits and have haskell code on your JVM?−th0ma513ycould you get the kind of adhoc library interop you get with other on-the-jvm languages like this with llvm?−carterschonwald13yprobably 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
Comments
surely you could just run lljvm on the llvm IR that ghc emits and have haskell code on your JVM?
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