

| |||||||
|
You are here: Root > By Topic > Utilities
This very small Common Lisp library provides a way to add initialization files
to ASDF systems. Every time ASDF loads <system>, one or several corresponding
<system>.lisp files are loaded automatically afterwards. This lets you
conditionally plug in additional behavior on a per-system basis without
cluttering up any global Common Lisp init file.
By default, these initialization files are expected to be found in:
- ~/share/common-lisp/rc/pre/ for pre-loading initialization,
- ~/share/common-lisp/rc/post/ for post-loading initialization.
| didier@lrde.epita.fr | |
| Web site | http://www.lrde.epita.fr/~didier/software/lisp.php#cl-rcfiles |
| Mailing list | |
| Version | 2.0 - Monday, 28 November 2011 |
| Maturity | Stable |
| OS compatibility | |
| ASDF installable | No |
| Official Download | http://www.lrde.epita.fr/~didier/software/lisp/cl-rcfiles.tar.gz |
| Mirrored Download | |
| Source code repository |
Utilities | MIT | Common Lisp | Libraries | Defystem
You must be logged to add a note
You must be logged to add a comment