On Fri, Oct 12, 2012 at 8:22 PM, Zach Beane xach@xach.com wrote:
Does ECL include asdf-ecl already, and track each new release of ASDF?
Though I have failed to track a couple of the latest releases, I try to keep as close as possible to ASDF's releases. The configuration of ECL is such that (require :asdf) loads a bundle asdf-ecl + asdf which is precompiled and stored in ECL's directories (this also loads the compiler).
Juanjo