compiler-let ?
Hi, There seems to be a compiler-let defined and exported in the lispworks package (in 5.1.2). However, there is no documentation about it in the documentation files. Does this work as expected, that is, as specified in CLtL2? Can we rely on that? Furthermore, does compiler-let behave like progn with regard to keeping things at the top level? In other words, if I have a form like this: (compiler-let (...) (defclass ...)) Will the defclass form be processed as if at the top level, including recording its type, source code location, etc.? Thanks a lot for any hints... Best, Pascal -- Pascal Costanza, mailto:pc@p-cos.net, http://p-cos.net Vrije Universiteit Brussel Software Languages Lab Pleinlaan 2, B-1050 Brussel, Belgium