On 2015/8/15 17:39, Ralph Ritoch wrote:
Hello,
Since you are loading resources and not from the filesystem you probably want to utilize the load-system-file function which I believe is provided by the :sys package. I'm not sure how portable this is so you may want to add some additional control logic if you want portability.
(load-system-file "path/to/resource.lisp")
No, you should not use SYS:LOAD-SYSTEM-FILE. As part of the SYSTEM package, it is intended for use by the system while bootstrapping, and its use is not supported by user code.