
Hello, I have been looking at Hackage for a package/library that supports Haskell interoperability with Java/Scala. Didn't see any such support. If true, is there any project in the works? Thanks, Vasili

On 14/07/15 23:14, Vasili I. Galchin wrote:
Hello,
I have been looking at Hackage for a package/library that supports Haskell interoperability with Java/Scala. Didn't see any such support. If true, is there any project in the works?
Frege [1] seems to be the go to option for something like haskell on the JVM. Interoperation between GHC's haskell code and the JVM seems to be not that easy. [1]: https://github.com/Frege/frege -- Ruben Astudillo OpenPGP: 0x3C332311 Crear un haiku, en diecisiete silabas, es complica...

Ruben,
When you write "not that easy", is it because Frege is first compiled
into Java vs directly calling the JVM??
Vasili
On Tuesday, July 14, 2015, Ruben Astudillo
On 14/07/15 23:14, Vasili I. Galchin wrote:
Hello,
I have been looking at Hackage for a package/library that supports Haskell interoperability with Java/Scala. Didn't see any such support. If true, is there any project in the works?
Frege [1] seems to be the go to option for something like haskell on the JVM. Interoperation between GHC's haskell code and the JVM seems to be not that easy.
[1]: https://github.com/Frege/frege
-- Ruben Astudillo OpenPGP: 0x3C332311 Crear un haiku, en diecisiete silabas, es complica...

He's likely referring to the issues raised here:
https://wiki.haskell.org/GHC:FAQ#Why_isn.27t_GHC_available_for_.NET_or_on_th...
On Tue, Jul 14, 2015 at 8:02 PM, Vasili I. Galchin
Ruben,
When you write "not that easy", is it because Frege is first compiled into Java vs directly calling the JVM??
Vasili
On Tuesday, July 14, 2015, Ruben Astudillo
wrote: On 14/07/15 23:14, Vasili I. Galchin wrote:
Hello,
I have been looking at Hackage for a package/library that supports Haskell interoperability with Java/Scala. Didn't see any such support. If true, is there any project in the works?
Frege [1] seems to be the go to option for something like haskell on the JVM. Interoperation between GHC's haskell code and the JVM seems to be not that easy.
[1]: https://github.com/Frege/frege
-- Ruben Astudillo OpenPGP: 0x3C332311 Crear un haiku, en diecisiete silabas, es complica...
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe

I'm working on a Java binding generator as a side project that embeds the
Java type system into Haskell quite well. Stay tuned!
On Wed, Jul 15, 2015 at 3:14 AM, Vasili I. Galchin
Hello,
I have been looking at Hackage for a package/library that supports Haskell interoperability with Java/Scala. Didn't see any such support. If true, is there any project in the works?
Thanks,
Vasili _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe

There's also a parser for Scala: https://github.com/puffnfresh/language-scala When I tried it (months ago), it couldn't parse scalac source, though.

Oh, someone has mentioned Frege, but there's also Ermine: https://github.com/ermine-language
participants (5)
-
Jason Dagit
-
Nikita Karetnikov
-
Patrick Chilton
-
Ruben Astudillo
-
Vasili I. Galchin