Macro Index

ABBREV
creates a new macro being an abbreviation for long e.
ABBREVS
creates abbreviations for a list of paired functions e.
AIF
ALLF
AWHEN
CHAR-COMPARATOR
CONDLET
condlet allows you to locally bind variables based on conditions.
DEF-CONSTRUCT
creates a new datatype using a cons syntax: (def-construct name slot-info slot-info) slot-info ::= slot-name | (slot-name init-form)
DELAY
delays body for lazy evaluation
_F
FN
builds a function taking one argument and applying this arg to included functions.
FOREVER
IF-BIND
IN
tests if 'obj' is in the list of 'choices' use: (in obj 'a 'b 'c .
INQ
like in, but quotes choices
MAKE-PIPE
NILF
NUMBER-COMPARATOR
ONCE-ONLY
RLAMBDA
build a recursive 'anonymous' lambda
SORTF
STRING-COMPARATOR
TF
TILL
TOGGLEF
WHEN-BIND
WHILE
WITH-COMPARATOR
WITH-GENSYMS