altos/lisp: add progn, while, read and eval
authorKeith Packard <keithp@keithp.com>
Thu, 10 Nov 2016 19:30:55 +0000 (11:30 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 18 Nov 2016 06:18:39 +0000 (22:18 -0800)
Progn as a builtin will help with tail-recursion.
while provides for loops until tail-recursion works :-)
read and eval are kinda useful.

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

No differences found