run the vm repl instead of the scm-style-repl
authorAndy Wingo <wingo@pobox.com>
Tue, 9 Sep 2008 06:23:10 +0000 (08:23 +0200)
committerAndy Wingo <wingo@pobox.com>
Tue, 9 Sep 2008 06:23:10 +0000 (08:23 +0200)
commit6a01fabfd076471e93f59ef229f0b3aa9474f482
treeaf9b31174f6a3f3b69f80b5425f9a1673886131a
parent02ed0d3df2607c5d78fbc38cbb82a65df1bc7080
run the vm repl instead of the scm-style-repl

* ice-9/boot-9.scm (@, @@): Note that these don't work with the compiler.
  Damn.
  (top-repl): Run the VM repl. Whooo!

* module/system/repl/repl.scm (start-repl): Catch 'quit, as the
  scm-style-repl does. Newline after input EOF's, so that we don't leave
  the user's shell messed up.
ice-9/boot-9.scm
module/system/repl/repl.scm