Re: anyone familiar with quicklisp and ASDF?
Pascal Bourguignon <[email protected]>
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <[email protected]> |
> On 12 Jul 2017, at 19:10, Bruno Haible <[email protected]> wrote: > > There's a question here: "Updating to ASDF 3.x in CLISP" > https://stackoverflow.com/questions/45043190/updating-to-asdf-3-x-in-clisp 0 down vote <> asdf itself is self-updatable. You only have to load the latest version. http://paste.lisp.org/display/350703 <http://paste.lisp.org/display/350703> So basically, you download an asdf 3 somewhere, say ~/rc/asdf.lisp and in your ~/.clisprc.lisp you put: (load #P"~/quicklisp/setup.lisp") ; will load asdf 2.26 (load (compile-file #P"~/rc/asdf.lisp")) ; will load asdf 3 over asdf 2.26. -- __Pascal J. Bourguignon__ ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ clisp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-devel