Are compiled functions collected?
Just curious, if I do: CL-USER > (setf foo (compile nil '(lambda () 'foo))) #<Function 424 200A71E2> CL-USER > (setf foo 10) 10 Will the function I compiled eventually be collected? I understand this might be implementation dependent. But, since LW is the only Lisp I use... ;-) Thanks! Jeff M. _______________________________________________ Lisp Hug - the mailing list for LispWorks users lisp-hug@lispworks.com http://www.lispworks.com/support/lisp-hug.html