Helmut Eller <[EMAIL PROTECTED]> writes: > Perhaps with block compilation: > > (declaim (ext:start-block foo)) > (defun foo () (bar 1)) > (defun bar (x) (symbol-value x)) > (declaim (ext:end-block))
Interesting! This works on that example but not for xx.lisp?
