
Does anyone here use ASDF on a Windows-native (as opposed to cygwin) platform? Can you help me configure the default path for user and system directories under Windows? 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? [ François-René ÐVB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] Death is only a milestone - albeit one that is dropped on you from a very great height — Terry Pratchett.

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
participants (2)
-
Faré
-
Nikodemus Siivola