Anybody here used Kawa - The Java-based Scheme system

statik213

Golden Member
Oct 31, 2004
1,654
0
0
I'm looking for some tutotrials to get me started. I basically want to pass a Scheme program as a String to kawa and have it compile the program, then execute it and show me the result (i.e. print to stdout).
Any tutorials that can show me how to do this?
The javadoc for kawa is not descriptive at all. I just need to know how to get started with using the kawa libs.

kawa: http://www.gnu.org/software/kawa/

TIA