guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New command line option --use-srfi


From: Marius Vollmer
Subject: Re: New command line option --use-srfi
Date: 19 May 2001 04:20:24 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102

Rob Browning <address@hidden> writes:

> wrt clarifying the module, definitely.

I have just checked in this:

        * boot-9.scm (top-repl): Do not define '(guile-user)' module
        and conditionally load `(ice-9 threads)' and/or `(ice-9
        regex)' here.  Do it on top-level as the last thing in
        boot-9.scm instead.

        * script.c (scm_shell): Evaluate the compiled switches in the
        current module, not in the root module.

That is, after boot-9.scm has been loaded, we are in the
`(guile-user)' module, not only when a repl is started.  I think it
makes sense and reduces the differences between running code via `-s'
and in the repl.  Also, `-l' loads into (guile-user) and not (guile).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]