[plt-scheme] PLT-Scheme and Java

From: Jon Rafkind (workmin at ccs.neu.edu)
Date: Tue Oct 16 10:15:12 EDT 2007

Paulo J. Matos wrote:
> Hello all,
>
> I've been out of the loop lately. Is there any current work on
> interfacing Java and PLT-Scheme (in calling Java functions from
> PLT-Scheme) or if I need this I would be better off with Bigloo?
>
> Cheers,
>
>   
FWIW I wrote a bridge between java and scheme as an expiriment. Its not
mature and might not be what you are looking for but you can try it
http://www.rafkind.com/jon/tar/javabridge-0.1.tar.gz

Basically it starts up a jvm and uses jni/ffi to talk to it.


Posted on the users mailing list.