As you may recall, ECL now ships a module :ecl-quicklisp that installs and loads quicklisp. I made several changes to it:<div><br></div><div>* If quicklisp has already been loaded, ECL will not reload it.</div><div><br></div>

<div>* (require :ecl-quicklisp) installs quicklisp on different locations depending on the port. For Windows, the destination is the directory where ECL is installed. For all other platforms, quicklisp will be installed in its default location at the home directory.</div>

<div><br></div><div>* When (require :ecl-quicklisp) succeeds, REQUIRE starts understanding quicklisp packages. Thus, the following works</div><div><br></div><div>(require :ecl-quicklisp)</div><div>(require :cl-ppcre)</div>

<div><br></div><div>Hope this will be as useful to you as it is to me right now.</div><div><br></div><div>Juanjo</div><div><div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br>

<a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>
</div>