altos/lisp: Fix some scheme compat issues
authorKeith Packard <keithp@keithp.com>
Sun, 19 Nov 2017 06:00:44 +0000 (22:00 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 19 Nov 2017 06:00:44 +0000 (22:00 -0800)
flush -> flush-output
nth -> list-ref (oh, and add list-tail)
add let* (same as let for now)
write control chars in octal
make hanoi example work

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found