CL-RCFiles 2.0 is out
Just a quick note to mention the release of CL-RCFiles 2.0. This version adds pre-loading initialization files.
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 initialization file.
Nov 28, 2011