1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00
guile/module/system/repl
Andy Wingo db917b4152 replace cenv with things in <repl> and fluids; remove the `use' meta-command
* module/system/base/compile.scm (<cenv>): No more cenv, it was a useless
  data structure.

* module/system/repl/command.scm (*command-table*): Remove `use', it's
  the same as `import'. Otherwise in this file, adapt to the repl having
  direct pointers to the vm and the language, and to the module being in
  the current-module fluid.

* module/system/repl/repl.scm (prompting-meta-read):
* module/system/repl/common.scm (<repl>): The repl now has a direct
  pointer to the vm and language. Adapt accordingly.
2008-05-12 22:26:31 +02:00
..
.cvsignore *** empty log message *** 2001-04-22 02:13:48 +00:00
command.scm replace cenv with things in <repl> and fluids; remove the `use' meta-command 2008-05-12 22:26:31 +02:00
common.scm replace cenv with things in <repl> and fluids; remove the `use' meta-command 2008-05-12 22:26:31 +02:00
describe.scm explicitly list exports instead of using define-public 2008-05-11 22:00:34 +02:00
Makefile.am Tried compiling more code; augmented the doc. 2008-04-25 19:09:30 +02:00
repl.scm replace cenv with things in <repl> and fluids; remove the `use' meta-command 2008-05-12 22:26:31 +02:00