make-gensym-list | Return a list of N gensyms. |
---|---|
mklist | Make into list if atom. |
parse-body | |
side-effect-free? | Is exp a constant, variable, or function, or of the form (THE type x) where x is side-effect-fr... |
single-bit-p | Answer whether INTEGER, which must be an integer, is a single set twos-complement bit. |
starts-with | Is x a list whose first element is x? |
symbolicate | Concatenate together the names of some strings and symbols, producing a symbol in the current pac... |
bif | |
---|---|
discard-docstring | Discards the first element of the list in body-var if it's a string and the only element. |
let-when | |
once-only | Returns the code built by BODY. If any of VARIABLES might have side effects, they are evaluate... |
post-incf | Increment PLACE by DELTA and return its previous value. |
with-unique-names |