mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-03 02:36:19 +02:00
* module/language/elisp/README: New file containing some notes. * module/language/elisp/compile-tree-il.scm: New file with compilation code. * module/language/elisp/spec.scm: Updated language definition. |
||
---|---|---|
.. | ||
compile-tree-il.scm | ||
README | ||
spec.scm |
Guile's Emacs Lisp compiler =========================== This is more or less a lot of work in progress. Here are some notes as well as status information. Already implemented: * progn * if, cond * and * quote Especially still missing: * other progX forms, will be done in macros * where, unless, will be done in macros * or * while, other loops using macros * catch/throw, unwind-protect * real elisp reader instead of Scheme's * handling of variables: setq, referencing, let -- using fluids for scoping * macros * general primitives (+, -, *, cons, ...) * functions, lambdas