<div dir="ltr">If I'm in SLIME and I enter (ql:quickload :cl-ppcre) in the REPL I get this error:<div><br></div><div><div>READ from #<INPUT STRING-INPUT-STREAM>: there is no package with name #1="QL"</div>
<div>   [Condition of type SYSTEM::SIMPLE-PACKAGE-ERROR]</div></div><div><br></div><div>However, if I enter the same in the CCL command line (no SLIME) I get this:</div><div><br></div><div><div>[mrice@sabal ~]$ ccl</div><div>
Welcome to Clozure Common Lisp Version 1.9-r15757  (LinuxX8664)!</div><div>? (ql:quickload :cl-ppcre)</div><div>To load "cl-ppcre":</div><div>  Load 1 ASDF system:</div><div>    cl-ppcre</div><div>; Loading "cl-ppcre"</div>
<div><br></div><div>(:CL-PPCRE)</div><div>? </div></div><div><br></div><div><br></div><div>Why the difference?</div><div><br></div><div>I ran a regular expression example from the CCL command line and PPCRE seems to be working OK.</div>
<div><br></div><div>What must I do to use Quicklisp from the SLIME REPL?</div><div><br></div><div>Michael</div></div>