altos/lisp: Finish first pass through r7rs
[fw/altos] / src / lisp / README
1 This follows the R7RS with the following known exceptions:
2
3 * No vectors or bytevectors
4 * Characters are just numbers
5 * No dynamic-wind or exceptions
6 * No environments
7 * No ports
8 * No syntax-rules; we have macros instead
9 * define inside of lambda does not add name to lambda scope
10 * No record types
11 * No libraries