
Erik Meijer and Sigbjorn Finne built Lambada some while ago http://www.dcs.gla.ac.uk/mail-www/haskell/msg02391.html I honestly don't know what state it's in. Simon | -----Original Message----- | From: Ashley Yakeley [mailto:ashley@semantic.org] | Sent: 03 April 2001 05:48 | To: Libraries for Haskell List | Subject: Haskell-Java Bridge? | | | Has anyone done any work on creating an FFI bridge from | Haskell to Java | via JNI? I'm not talking about compiling Haskell to Java | bytecode, merely | the ability to call the Java VM from Haskell. | | Two points in Java's favour: | | 1. Platform Ubiquity. You can find Java VMs for a wide range | of platforms. | | 2. Java provides a wide range of functionality including GUI, | network, | file access, SQL, etc., etc. | | Contrary to popular belief, it is straightforward to create | and use Java | classes at run-time from the list of bytes that make up the class. | | -- | Ashley Yakeley, Seattle WA | | | _______________________________________________ | Libraries mailing list | Libraries@haskell.org | http://www.haskell.org/mailman/listinfo/libraries |
participants (1)
-
Simon Peyton-Jones