[<<][libprim][>>][..]
Wed Dec 16 15:01:47 CET 2009
--eval or --load options + java pass-through
For running java debugcode this is necessary.
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)' <script> <arg> ...
'eval' can use anything defined in the boot script, which can still be
set using the --boot option.
[Reply][About][<<][libprim][>>][..]