[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
#'(LAMBDA ...) ==> CODE
- To: KMP at MIT-MC
- Subject: #'(LAMBDA ...) ==> CODE
- From: Eric Benson <BENSON at UTAH-20>
- Date: Tue, 09 Nov 1982 21:00:00 -0000
- Cc: Common-Lisp at SU-AI
- In-reply-to: Your message of 8-Nov-82 1853-MST
I believe any occurence of (FUNCTION (LAMBDA ...)) in a file at the top
level should be compiled when the file is compiled. In fact any
occurences which are created by macroexpansion at the top level should
be compiled as well. Are these to be called "subrs" or "code objects"
or what?
-------