[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PROG* and related forms



Could we introduce a LAMBDA* operator which did bindings sequentially? 
Consider the following form, which returns the value 4.

((LAMBDA* (A A A) (1+ A)) 1 (1+ A) (1+ A))

-kmp