gui building in haskell

Ashley Yakeley ashley@semantic.org
Tue, 16 Jan 2001 13:13:30 -0800


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