Implement queueing mechanism is REPL implementation so that programs
authorChris Hanson <org/chris-hanson/cph>
Tue, 29 Mar 2005 05:04:09 +0000 (05:04 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 29 Mar 2005 05:04:09 +0000 (05:04 +0000)
commita27597cbd6bb8edc1dc36652460cd39c8698b84b
treef64f3acbd37bc01ef4a1720e984478d29730cfb6
parentdd896ebae0e58feb8a811619077ea2f0a6d29c2d
Implement queueing mechanism is REPL implementation so that programs
can queue events to happen in place of user input.  Use this mechanism
to process --eval and --load command-line arguments, so that their
evaluations occur in the proper dynamic context.
v7/src/runtime/load.scm
v7/src/runtime/rep.scm
v7/src/runtime/runtime.pkg