There is currently a port of Quicklisp (client code) to MKCL in progress on github.<br>You could start using it if you are somewhat adventurous.<br><br>First, clean-up your ~/quicklisp directory (ie: rm -rf ~/quicklisp, or mv ~/quicklisp ~/quicklisp.keep, or ...).<br>
<br>Then clone the two small github repositories by doing:<br><br>git clone git://<a href="http://github.com/jcbeaudoin/quicklisp-bootstrap.git">github.com/jcbeaudoin/quicklisp-bootstrap.git</a> ~/quicklisp<br>git clone git://<a href="http://github.com/jcbeaudoin/quicklisp-client.git">github.com/jcbeaudoin/quicklisp-client.git</a> ~/quicklisp/quicklisp<br>
<br>Now you can start your mkcl and do this to load the quicklisp client:<br><br>(load "~/quicklisp/setup.lisp")<br><br>On first attempt it may take a while to get a prompt back since quicklisp/setup.lisp<br>will do a compilation of the whole quicklisp client code. It's much faster later on.<br>
<br>Since you're getting this from mkcl-devel you should consider this code as<br>experimental alpha quality at best.<br><br>Enjoy, and bug reports are most welcome.<br><br>Jean-Claude<br><br>