[Bese-devel] Re: admin page currently broken

William Halliburton whalliburton at gmail.com
Tue Aug 9 02:58:06 UTC 2005


This can be replicated with

(setf *form* (walk-form '(mapcar (lambda (a) (+ a 1)) '(1 2 3))))
(drive-cps (evaluate/cps *form* nil *toplevel-k*))

Looking at (defmethod evaluate/cps ((func free-application-form) env
k) it looks like a special case needs to be added for mapcar?

Is there a good way to look at the execution of evalutate/cps without tracing?

Will



More information about the bese-devel mailing list