TRACE does not work when using APPLY?
Hi,
I don't understand the following behavior of lispworks.
Why there are no trace message when I use APPLY?
CL-USER 38 > (defun foo () ())
FOO
CL-USER 39 > (trace foo)
(FOO)
CL-USER 40 > (foo)
0 FOO > ...
0 FOO < ...
<< VALUE-0 : NIL
NIL ; This is ok
CL-USER 41 > (apply #'foo nil)
NIL ; Why there's no message?
_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html