Class | Description |
---|---|
CommonLisp | |
defun |
The Syntax transformer that re-writes the `defun' ELisp builtin.
|
defvar | |
function | |
Lisp2 |
Abstract class for Lisp-like languages with separate namespaces.
|
Lisp2Compilation | |
OrdinaryLambda |
The syntax transformer that rewrites the ordinary lambda list from CL.
|
prog1 | |
setq |
The Syntax transformer that re-writes the `setq' builtin.
|
Symbols |
Support for Lisp Symbols.
|
UnwindProtect |