This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

How to walk around modules


Mikael Djurfeldt <mdj@mdj.nada.kth.se> writes:

> But a pure R5RS environment isn't suitable as the interactive
> environment for a session.  Then one would like to have additional
> primitives like apropos, reading docs etc.  One also want to be able
> to walk around modules.

[...]

Actually, this is a bit stupid.  It doesn't seem like a good idea to
be able to walk around the modules just because most of them happen to
provide a primitive for walking around modules.  Walking into the R5RS
module would be like cutting the branch you're sitting on.  :)

A more reasonable solution is to put such abilities into the repl
itself.  Scheme48 solved it by having special repl commands beginning
with a comma.  RScheme adopted this approach too.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]