The LispWorks distribution now includes ASDF 2. To use ASDF in LispWorks:
This loads the distributed version of ASDF 2, and then the
asdf-integration.lisp
example file is loaded automatically. This makes the LispWorks IDE support ASDF, in addition to LispWorks' own
lw:defsystem
implementation.
Now you are all set to work with ASDF systems in the Editor, Search Files and System Browser tools.
Alternatively, to use a specific version of ASDF, instead of steps 1-4 you should load it directly and then call
(provide "asdf")
to prevent the distributed version from being loaded.
The automatic loading of
asdf-integration.lisp
is controlled by the new variable
lispworks:*autoload-asdf-integration*
.
LispWorks Release Notes and Installation Guide - 23 Dec 2011