
Schluessel -
A Scheme Implementation on Java -
home
- features
- download
- manual
How to use
Add downloaded jar file to your classpath, and executes main method of net.morilib.lisp.Scheme.
$ java -jar ./schluessel.jar
>(car '(1 2 3))
1
>(exit)
$
Japanese comments coded by UTF-8 are present at this time.
If you edit using by IDE such as Eclipse, please specify character code as UTF-8.
SRFI-1, SRFI-13, SRFI-41 are external libraries. If you want to use these libraries, export is needed.
>(use srfi-1)
#<undef>
Download
Yuichiro Moriguchi