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

#'(LAMBDA ...) ==> CODE



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?
-------