appendf | Appends lists to the end of given list. |
---|---|
nconcf | Appends lists to the end of given list by NCONC. |
rebinding | Ensures unique names for all the variables in a groups of forms. |
removef | Removes an item from a sequence. |
when-let | Executes a body of code if a form evaluates to non-nil, |
when-let* | Executes a body of code if a series of forms evaluates to non-nil, |
with-unique-names | Returns a body of code with each specified name bound to a similar name. |