<br><div class="gmail_quote">On Tue, Jul 17, 2012 at 9:23 PM, Sean Champ <span dir="ltr"><<a href="mailto:spchamp@me.com" target="_blank">spchamp@me.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><div>I was testing out a port for quicklisp on MKCL, today. The file is attached as revised from the original  at <a href="http://beta.quicklisp.org/quicklisp.lisp" target="_blank">http://beta.quicklisp.org/quicklisp.lisp</a><br>

<br></div></div></blockquote></div><br>Here is my update on the "Quicklisp on MKCL" situation.<br><br>The file you attached to your original message worked more or less as is<br>on MKCL 1.1.0 RC2 but that piece provides only a minimal bootstrap<br>

loader ("quicklisp-quickstart" it seems to be called) that limits itself to<br>fetching the real full client code of Quicklisp in source form.<br>That second larger version of the Quicklisp client code contains<br>

quite a number of platform specific portions (definterface  and :implementation pairs)<br>that needed MKCL versions somewhat in the style of what<br>you did for the bootstrap loader but a bit more extensive.<br><br>That second level port done, I have been able to get quicklisp up<br>

and running and received a reasonably good looking reply to a<br>(ql:system-apropos "vecto") query.<br><br>That is as far as I pushed it at this moment.<br><br>So I guess that I should now send the MKCL ported client code to the quicklisp maintainer<br>

(Zach Beane) for him to validate and eventually merge with the official quicklisp code base.<br>But that may take some time to happen so I could in the meantime send you a tar file of the<br>modified full client code if you need it. Do you?<br>

<br>Cheers,<br><br>Jean-Claude Beaudoin<br><br>