On 26 April 2011 12:55, Didier Verna didier@lrde.epita.fr wrote:
I wouldn't have any problem with every vendor using her own, already existing, extension package (e.g. sb-ext in your case). CDR packages is
So the idea is that users can do
(defpackage :foo (:import-from :cl #+sbcl sb-ext :acl :excl #+ccl :ccl #:make-variable-file-local))
and then have FOO::MAKE-VARIABLE-FILE-LOCAL mean the same thing across implementations?
Cheers,
-- Nikodemus