All Manuals > LispWorks User Guide and Reference Manual > 16 Common Defsystem and ASDF

NextPrevUpTopContentsIndex

16.3 Using ASDF

You can load the supplied version of ASDF 2 by

(require "asdf")

Optionally, if you actually want your later version of ASDF 2, do

    (asdf:load-system :asdf)

You may need to configure ASDF. For the language-level interface you should follow the ASDF documentation at http://common-lisp.net/project/asdf/ .

Then load your ASDF system definitions and you are ready to work with ASDF systems in LispWorks.

It is possible to work with both Common Defsystem and ASDF in the same LispWorks image, as long as you use the appropriate APIs to operate on each type of system.

16.3.1 Bypassing the supplied version of ASDF

16.3.2 Using ASDF in the LispWorks IDE


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex