altos/lisp: Make let distinct from let*
authorKeith Packard <keithp@keithp.com>
Fri, 1 Dec 2017 11:06:04 +0000 (12:06 +0100)
committerKeith Packard <keithp@keithp.com>
Fri, 1 Dec 2017 11:06:04 +0000 (12:06 +0100)
commit835bf4131f9e20575bfdf2179462ebdf54a14761
tree60ecbc5da21b2ba7976c2b836384c69496130ce2
parent5d0b85f25fa1e5cc816a8256afb38cf9552f6d9d
altos/lisp: Make let distinct from let*

let is supposed to define the values all at once, evaluating the
initializers in the enclosing context. let* defines the new names and
then initializes them one at a time.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/lisp/ao_lisp_const.lisp