资 源 简 介
Introduction
Update 2014: Faslpath has been superseded by the ASDF extension "package-inferred-system". Please use it instead.
Faslpath is a build tool for Common Lisp that is intended to be very easy to use, even for beginner lisp programmers. It does not require separate build files. Instead, it relies on naming conventions to statically resolve dependencies between files.
You can download it here. Currently it works on SBCL, CLISP and CCL. It does not depend on other lisp libraries.
For documentation on how to use faslpath, see the
README