On 16 March 2010 15:18, Faré <[email protected]> wrote: > for LispWorks, it would use (sys:get-folder-path :common-appdata) and > (sys:get-folder-path :local-appdata) -- is there the equivalent in > other implementations?
There's an equivalent function in the guts of SBCL, but I strongly recommended against using it in ASDF: it is unsupported, and the interface *is* going to change. ...but I don't have an alternative to suggest except for environment variables or something you configure or from lisp. Cheers, -- Nikodemus _______________________________________________ asdf-devel mailing list [email protected] http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel
