Package gnu.commonlisp.lang

Class Summary
CommonLisp  
defun The Syntax transformer that re-writes the `defun' ELisp builtin.
defvar  
function  
Lisp2 Abstract class for Lisp-like languages with separate namespaces.
prog1  
setq The Syntax transformer that re-writes the `setq' builtin.
Symbols Support for Lisp Symbols.
UnwindProtect