
16 Jan
2001
16 Jan
'01
4:13 p.m.
At 2001-01-16 02:48, Jan Kort wrote:
Ashley Yakeley wrote:
Would some kind Haskell-to-Java bridge be a cost-effective way of providing a multi-platform GUI library, as well as network, SQL, RMI etc., etc.?
It doesn't necessarily imply compiling to the JVM. Java could simply see the compiled Haskell code through the JNI.
That sounds unlikely to me, how do you overide methods through JNI ?
You create a stub Java class with methods declared 'native'. Anything you can do in Java, you can do in the JNI. -- Ashley Yakeley, Seattle WA
8890
Age (days ago)
8890
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ashley Yakeley