1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-09 07:00:23 +02:00
guile/module
Andy Wingo 3098986b1a recursive repl support
* module/system/repl/common.scm (*repl-level*): New public fluid.
  (repl-prompt): If *repl-level* is a positive integer, add it to the
  prompt.

* module/system/repl/repl.scm (start-repl): The `lang' argument is now
  optional, and defaults to (current-language). New kwargs level and
  welcome; level defaults to 0, or 1+ the existing level, and the
  welcome is a boolean, true if level is 0. Parameterize *repl-level*
  during the dynamic extent of this repl. Also, parameterize
  the-last-stack to #f for the duration of this repl.

* module/system/vm/debug.scm (frame->module, debugger-repl): Stubs of a
  recursive repl implementation. The idea is to be a repl in the lexical
  context of the error; but it would be nice to be able to operate in
  the module of the proc too, for example to export bindings. Hmm.
2010-06-02 22:19:40 +02:00
..
6 add #:version (6) to rnrs bytevectors and ports 2010-06-02 22:19:40 +02:00
ice-9 boot-9 top-repl tweak 2010-06-02 22:19:40 +02:00
language rename (rnrs bytevector) to (rnrs bytevectors) 2010-06-01 13:26:11 +02:00
oop fix some uses of %module-public-interface 2010-04-24 17:43:52 +02:00
rnrs add #:version (6) to rnrs bytevectors and ports 2010-06-02 22:19:40 +02:00
scripts fix doc snarfing with fedora 12 2010-01-17 18:22:51 +01:00
srfi rename (rnrs bytevector) to (rnrs bytevectors) 2010-06-01 13:26:11 +02:00
sxml sxml-match: Handle multiple-value returns. 2010-05-26 23:41:23 +02:00
system recursive repl support 2010-06-02 22:19:40 +02:00
texinfo scm_i_program_properties is internal; just use procedure-properties 2010-04-17 15:21:08 +02:00
Makefile.am (rnrs bytevectors) fallout 2010-06-01 14:04:01 +02:00
statprof.scm statprof bugfixes 2010-01-27 21:52:05 +01:00
texinfo.scm Remove unused top-level variables. 2010-01-11 01:21:14 +01:00