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

Re: Compiling functions which appear inside top-level forms.



          Will it be a lexical closure?

    In this example, the question is moot since the function does not use
    anything from the lexical envrionment outside of itself.  But in
    general, it will see the lexical environment.

I should have said "Will it be a lexical closure or will it be something simpler
(if the Lisp supports compiled functions which are simpler than lexical closures
and can be funcalled faster)".