1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00
guile/module
Daniel Kraft 7d1a978289 Implemented unless, when and dotimes using built-in macros.
* module/language/elisp/README: Document that.
* module/language/elisp/runtime.scm: Defined built-in-macro macro.
* module/language/elisp/runtime/macro-slot.scm: Implement unless, when, dotimes.
* test-suite/tests/elisp-compiler.test: Test for those constructs.
2009-07-18 18:38:42 +02:00
..
ice-9 fix source information lossage for (define (foo) ...) lambda sugar 2009-06-20 12:41:11 +02:00
language Implemented unless, when and dotimes using built-in macros. 2009-07-18 18:38:42 +02:00
oop Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
rnrs Complete changing license to LGPLv3+ 2009-06-17 22:30:26 +01:00
scripts Fix "guile-tools disassemble". 2009-06-19 21:54:51 +02:00
srfi Complete changing license to LGPLv3+ 2009-06-17 22:30:26 +01:00
system flush whitespace from the repl input buffer *before* evaluation 2009-06-22 22:57:48 +02:00
Makefile.am add brainfuck->tree-il compiler 2009-06-21 15:06:04 +02:00