1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-14 01:30:19 +02:00
guile/module/language/elisp/runtime
Daniel Kraft e96a9591ce funcall, apply and eval built-ins.
* module/language/elisp/README: Document new features.
* module/language/elisp/runtime/function-slot.scm: Implement funcall, apply and
  eval by using the existing compiler code.
* test-suite/tests/elisp-compiler.test: Test those.
2009-07-29 16:27:45 +02:00
..
function-slot.scm funcall, apply and eval built-ins. 2009-07-29 16:27:45 +02:00
macro-slot.scm Implemented prog1, prog2, dotimes, dolist control structures. 2009-07-20 20:52:00 +02:00
value-slot.scm Implemented fluid-based variable references and setting using setq. 2009-07-03 23:00:12 +02:00