Package Lispworks - internal and external symbols

Part of:

asdf-system metatilities, asdf-system moptilities, asdf-system closer-mop, asdf-system lw-compat
See only external symbols
Package Lispworks uses the packages Common-Lisp. It has 26 total symbols and 7 external ones.

Macro

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,
propagating the result of the form thr...

when-let*

Executes a body of code if a series of forms evaluates to non-nil,
propagating the results of ...

with-unique-names

Returns a body of code with each specified name bound to a similar name.