lispdoc - results for compiler-macro |
compiler-macro | Undocumented
|
| Mentioned in: Successful Lisp - chapter10 | |
(define-compiler-macro name lambda-list &body body) | Function: Define a compiler-macro for NAME.
|
| Mentioned in: CLtL2 - 8.1. Macro Definition CLtL2 - 8.4. Compiler Macros HyperSpec - Macro DEFINE-COMPILER-MACRO PCL - where to go next Successful Lisp - chapter10 | |
(compiler-macro-function name &optional env) | Function: If NAME names a compiler-macro in ENV, return the expansion function, else return NIL. Can be set with SETF when ENV is NIL.
|
| Mentioned in: CLtL2 - 7.2. Generalized Variables CLtL2 - 8.1. Macro Definition CLtL2 - 8.4. Compiler Macros HyperSpec - Accessor COMPILER-MACRO-FUNCTION | |
compiler-note | Type: Root of the hierarchy of conditions representing information discovered by the compiler that the user might wish to know, but which does not merit a STYLE-WARNING (or any more serious condition).
Structure: Root of the hierarchy of conditions representing information discovered by the compiler that the user might wish to know, but which does not merit a STYLE-WARNING (or any more serious condition). |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |