Re: [Sisc-users] New release - Library of code for SISC - Bedlam
Brought to you by:
mradestock,
scgmille
From: Igor H. V. R. <ig...@ia...> - 2010-04-08 01:26:33
|
Hi! On Wed, Apr 7, 2010 at 07:34, Kjetil S. Matheussen <k.s...@no...> wrote: >> ... >> * jcode - an alternative FFI for Java that is really easy to use. >> Two examples (of use of jcode): >> http://github.com/igorhvr/bedlam/blob/master/iasylum/email.scm >> http://github.com/igorhvr/bedlam/blob/master/iasylum/excel.scm > Cool that you can write java code directly as strings in Scheme! Thanks! I even (recently) came up with a way of using strings inside java code inside Scheme - you can see a few examples in the more recent code: http://github.com/igorhvr/bedlam/blob/master/iasylum/quartz/quartz-code.scm (line 6, for instance). > > Here's another alternative FFI for java I made a few years ago: > http://users.notam02.no/~kjetism/javaoo.tar.gz Interesting - a lot of work, compared to what I did. I took the easy route by using Strings.. :-) Nice link - I will play a little bit more with this (and I already found an idea to steal - the way you implemented java-instance? is much better than what I had previously in jcode-code.scm)... Regards, Igor. |