Haskell binding for scala program -


could please let me know whether or not it's possible write haskell bindings scala?

thanks in advance examples.

frege (https://github.com/frege/frege) dialect of haskell targets jvm. language supported close compiled ghc, ffi interfaces jvm classes instead of native code.


Comments