On May 25, 2009, at 12:01 PM, Ramana Kumar wrote:
is there some combination of switches that would let me import all the libraries in the files on the command line for use in the REPL?
No.
at present I automatically do ikarus library.scm and then try something and realize I forgot (import (library))
You can write an (import (library)) form after the (library ---) form in library.scm. Aziz,,,
