add repl option to interpret rather than compile
authorAndy Wingo <wingo@pobox.com>
Tue, 9 Sep 2008 05:54:23 +0000 (07:54 +0200)
committerAndy Wingo <wingo@pobox.com>
Tue, 9 Sep 2008 05:54:23 +0000 (07:54 +0200)
commit02ed0d3df2607c5d78fbc38cbb82a65df1bc7080
tree711fcb1875150a108df9177ee620ce68ac0d8df1
parent8e3670748f86ae78cc59a628d9262ad165c1fae4
add repl option to interpret rather than compile

* module/language/scheme/spec.scm (scheme): Specify an evaluator, `eval'.

* module/system/repl/common.scm (repl-default-options): Add option,
  `interp', specifying that, if possible, the repl should interpret its
  expressions rather than compile them. Defaults to #f.
module/language/scheme/spec.scm
module/system/repl/common.scm