[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Named lambdas
- To: Scott E. Fahlman <Fahlman at Cmu-20c>
- Subject: Named lambdas
- From: MOON at SCRC-TENEX
- Date: Fri, 12 Nov 1982 05:47:00 -0000
- Cc: common-lisp at SU-AI, Masinter at PARC-MAXC
- In-reply-to: The message of 11 Nov 1982 10:47-EST from Scott E. Fahlman <Fahlman at Cmu-20c>
Lambdas created by a LABELS would be named, with :INTERNAL function-specs.
Also note that in the Lisp machine the format got expanded to
(NAMED-LAMBDA (name . other-data) (args...) body...). If Common Lisp
standardizes on NAMED-LAMBDA it should perhaps only have this format.
Other-data is used for dozens of things.