GT> What do you all think about allowing two different versions of
GT> Elephant to be installed at the same time?
that's pretty easy.
let's suppose that "stable" elephant is somewhere on your
asdf:*central-registry* path.
but you want to load "unstable" version that resides in
"~/elephant-unstable/"
just to (pushnew #p"~/elephant-unstable/" asdf:*central-registry*)
and load elephant as normal -- asdf will first look into unstable directory,
and find packages there.
if you're doing switching all the time, you can add a function into your rc
file to do aforementioned trick, create a script or whatever.
_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel