altos/lisp: Allow macro/nlambda/lexpr to have multiple args
authorKeith Packard <keithp@keithp.com>
Wed, 16 Nov 2016 04:21:47 +0000 (20:21 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 18 Nov 2016 06:18:39 +0000 (22:18 -0800)
Entries from the params are bound to the formals with whatever
remaining formals there are bound to the last argument as a list.
This makes writing functions a bit easier.

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

No differences found