Re: anyone familiar with quicklisp and ASDF?
Anton Vodonosov <[email protected]>
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <[email protected]> |
12.07.2017, 22:21, "Pascal Bourguignon" <[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 > > 0down vote > > asdf itself is self-updatable. You only have to load the latest version. > > 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. Better other way around - first load new ASDF then quicklisp/setup.lisp - no ASDF update happens in this case, because quicklsp first checks whether satisfying ASFD version is present and if so it does not (requre 'asdf). Also compiling every time seems like an overhead. ------------------------------------------------------------------------------ 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