Skip to content
Snippets Groups Projects
Forked from asdf / asdf
2769 commits behind the upstream repository.
user avatar
Francois-Rene Rideau authored
Still not used by ASDF itself.

Also, don't use compile-file-pathname after all, it's a bad idea,
since we may be loading a .asd from within an eval-when during a compile-file,
but we won't be compiling the .asd.
d8508de1
History
ASDF: another system definition facility
========================================

If you want to use ASDF, read our manual:

    http://common-lisp.net/project/asdf/asdf.html

The first few sections, Loading ASDF, Configuring ASDF and Using ASDF,
will get you started as a simple user.

If you want to define your own systems, further read the section
Defining systems with defsystem.

More information and additional links can be found on ASDF's
home page at:

    http://common-lisp.net/project/asdf/


last updated Wednesday; May 5, 2010