13 Dec
2012
13 Dec
'12
3:11 p.m.
Faré <fahree@gmail.com> writes:
Also, I'd like to know if any package in Quicklisp relies on some ASDF internals I'd like to rename. This is especially harder when users define methods on a generic function — you can't rename the function, then. Is there an easy way to download EVERYTHING (excluding old versions) so I may grep the results?
Sure. The easiest way is this: (map nil 'ql-dist:ensure-installed (ql-dist:provided-releases t)) Then all sources currently in Quicklisp will be present in ~/quicklisp/dists/quicklisp/software/. Someone(tm) should write a search engine that can answer questions like yours instantly via offline indexing of all public CL code! Zach