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

named let -> ???




LET suits me just fine, too.  Named LET is purely a binding construct; it is
only special because a name gets bound to the LAMBDA which is the LET.  Thus,
you are naming the let.  If the name does change, why not NAMED-LET ?  But I'd
rather name named LET LET.

Arthur