1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/module
Andy Wingo 5161a3c0d7 add new scheme evaluator
* module/ice-9/eval.scm: New evaluator, written in Scheme. Whee!
  Batteries included but not wired up.

* module/Makefile.am: Abuse touch(1) to make sure eval.go gets built
  before everything. Can't just depend on eval.go, because eval.go will
  get the timestamp of eval.scm, which might be newer than foo.go (and
  thus foo.scm). Something better is warranted.
2009-12-01 21:00:27 +01:00
..
ice-9 add new scheme evaluator 2009-12-01 21:00:27 +01:00
language wire through the existing vm ops for variable-ref and variable-set! 2009-12-01 21:00:26 +01:00
oop goops moving away from evaluator opcodes, and a primitive compilation fix 2009-12-01 21:00:26 +01:00
rnrs Complete changing license to LGPLv3+ 2009-06-17 22:30:26 +01:00
scripts Remove unused variables in ice-9/goops/srfi/scripts. 2009-09-21 00:24:08 +02:00
srfi srfi-35 properly uses vtable-offset-user 2009-11-15 20:28:12 +01:00
system better printing of procedures with keyword arguments 2009-11-21 19:03:22 +01:00
Makefile.am add new scheme evaluator 2009-12-01 21:00:27 +01:00