Re: [JVM-B] Calling Haskell from Java?
Status: Beta
Brought to you by:
ashley-y
From: Ashley Y. <as...@se...> - 2003-08-07 00:40:14
|
At 2003-08-06 06:25, Jan Scheffczyk wrote: >As far as I can see the bridge goes only in one direction: Call Java from >Haskell. >Correct me if I'm wrong. No, you're correct. JVM-Bridge allows you to create Java classes that have methods that call Haskell, but that's it. Indeed I expect that a project to do so might not have any code overlap with JVM-Bridge. >Do you know of any other ways of calling Haskell from Java? No... you might be able to do it yourself, however. -- Ashley Yakeley, Seattle WA |