colons in pathnames - SBCL vs CCL

Faré fahree at gmail.com
Wed Jan 8 16:41:45 UTC 2014


On Wed, Jan 8, 2014 at 10:34 AM, Luís Oliveira
<loliveira at common-lisp.net> wrote:
> On Wed, Jan 8, 2014 at 2:24 PM, John Morrison
> <jm at symbolic-simulation.com> wrote:
> Faré, is UIOP installable via quicklisp or is it distributed bundled
> with ASDF only? I'd like to use PARSE-NATIVE-NAMESTRING without
> depending on a specific version of ASDF.
>
UIOP is in quicklisp, and can be loaded by Quicklisp's ASDF 2.26.
To avoid redundant loading (and function redefinition warnings),
I recommend specifying :depends-on (#-asdf3 :uiop),
though :depends-on (:uiop) works, too.

—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org
A hen is just the egg's way of making another egg — Samuel Butler, 1872
People are DNA's way of making more DNA — Edward O. Wilson, 1975



More information about the osicat-devel mailing list