Hi

GCL (GNU Common Lisp)  2.7.0 ANSI    Feb 27 2005 11:35:43

...

>(let ((foo 'bar) (bar 'foo)) (defun fubar () (list bar foo)))

FUBAR

>(symbol-function 'fubar)

(LAMBDA-BLOCK-CLOSURE ((BAR FOO) (FOO BAR)) () () FUBAR ()
  (LIST BAR FOO))

>(compile 'fubar)

LAMBDA-BLOCK-CLOSURE fell through ECASE expression.
Wanted one of (LAMBDA LAMBDA-BLOCK).

Fast links are on: do (use-fast-links nil) for debugging
Broken at CASE.  Type :H for Help.
 1 (Continue) Return to top level.
dbl:>>

Regards,
Peter


_______________________________________________
Gcl-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to