[Openmcl-devel] Naming anonymous functions

Anton Vodonosov avodonosov at yandex.ru
Sat Mar 1 17:25:38 PST 2014


> alexandria:named-lambda is just a synonym for LABELS.  Not at all what I’m after.
>

What are your debugging purposes?

I mean, functions created with alexandria:named-lambda (= cl:labels)
are named, and printed as such in backtace and by princ

CL-USER> (alexandria:named-lambda zu ())
#<Compiled-function ZU (Non-Global)  #x21014A6A0F>



More information about the Openmcl-devel mailing list