[ramblings tom@zwizwa.be**20091220081059 Ignore-this: 5b7d9205a6766dbd357a132837b44b1b ] hunk ./jni/java.scm 20 +(define (jfield obj name) + (j get (j field (j typeof obj) name) obj)) hunk ./libprim.txt 6901 +FIXED: needed isSameObject() hunk ./libprim.txt 6910 +FIXED? seems to have been a release() error. hunk ./libprim.txt 6917 +Seems to work. This was mostly adding the $(SRCDIR)/$(MODULE) +prefixes for all source files, and copying the Makefiles into the +build dir. + hunk ./libprim.txt 6927 --> mostly works, except for the java code +Done: the sc/sc.c code now uses an --eval option that will pass its +string argument to the `eval-string' function after loading the boot +script. The default value is '(repl)'. + +To run a script, use: + + --eval '(script)'