special
builds a low-level special form
Usage:
(special param-cases body)Constructs a compiler special form directly from parameter cases and assembler instructions. This is the low-level mechanism used to define forms such as if, and is mainly useful for core language implementation work rather than regular user code.