Possible improvement for loading...
rpgoldman opened this issue · 2 comments
rpgoldman commented
py4cl.asd has this:
(defparameter py4cl/config:*base-directory*
(make-pathname :name nil :type nil :defaults *load-truename*))
but you could use asdf:system-source-directory
as an alternative. `load-truename can be exciting because of differences between CL implementations, but Faré seems to have sussed them all out...
rpgoldman commented
Glad I could help!