Hi, I don't have much to add beyond a "me, too." I've recently added several books to the ACL2 distribution that use Quicklisp to install libraries such as CL-FAD and OSICAT. It'd be wonderful for this sort of stuff to just work across all Lisps without having to think about it. I have no doubt that this is a whole lot of work, though.
Cheers, Jared On Sat, Nov 2, 2013 at 7:19 PM, Donald Winiecki <[email protected]> wrote: > I would certainly like to see quicklisp running under GCL! > > Though (and maybe I'm missing something or many somethings) doesn't > quicklisp also use ASDF? Recent messages from Fare indicate that ASDF isn't > quite running on 2.6.10pre. > > > _don > > > > > On Sat, Nov 2, 2013 at 5:54 PM, Matt Kaufmann <[email protected]> > wrote: >> >> Thanks, Camm; that seems to work. >> >> Actually, though I'm trying to load a copy of this file: >> >> http://beta.quicklisp.org/quicklisp.lisp >> >> Your patch gets past the first problem. The second is this: >> >> Raw Lisp Break. >> Error in LET [or a callee]: The function FDEFINITION is undefined. >> >> Apparently FDEFINITION isn't defined in GCL ANSI, so I tried replacing >> its call in quicklisp.lisp with symbol-function. That got me to the >> third error: >> >> Raw Lisp Break. >> DEFGENERIC doesn't support the :METHOD option yet. >> >> I'll just give up on loading quicklisp for now. If you update GCL to >> be able to load it, I'd be interested in knowing. >> >> Thanks -- >> -- Matt >> From: Camm Maguire <[email protected]> >> Cc: [email protected], [email protected] >> Date: Sat, 02 Nov 2013 18:01:52 -0400 >> >> Greetings! >> >> Matt Kaufmann <[email protected]> writes: >> >> > Hi, Camm -- >> >> > Thanks, but the same error still occurs. >> >> OK, how about this: >> >> (let ((f #'in-package)) >> (setf (macro-function 'in-package) (lambda (x y) `(funcall ,f >> ',(cadr x) ,@(cddr x))))) >> >> >> Take care, >> -- >> Camm Maguire [email protected] >> >> ========================================================================== >> "The earth is but one country, and mankind its citizens." -- >> Baha'u'llah >> >> >> _______________________________________________ >> Gcl-devel mailing list >> [email protected] >> https://lists.gnu.org/mailman/listinfo/gcl-devel > > > > _______________________________________________ > Gcl-devel mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/gcl-devel > -- Jared C. Davis <[email protected]> 11410 Windermere Meadows Austin, TX 78759 http://www.cs.utexas.edu/users/jared/ _______________________________________________ Gcl-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gcl-devel
