On 16 March 2010 15:18, Faré fahree@gmail.com 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