Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | altos/lisp: Finish first pass through r7rs | Keith Packard | 2017-11-17 |
| | | | | | | | | | | * print -> write, patom -> display * Add read-char, write-char * Add exit, current-jiffy, current-second, jiffies-per-second * Add for-each and string-for-each * Avoid duplicate builtins with different atoms Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos/lisp: Add scheme-style bools (#t and #f) | Keith Packard | 2017-11-16 |
Cond and while compare against #f, just like scheme says to. Signed-off-by: Keith Packard <keithp@keithp.com> |