[Ecls-list] Small problem with load paths
worm
worm at arrakis.es
Mon Jun 14 05:15:38 UTC 2004
> (load "wrapper" :search-list (cons (make-pathname :directory
> '(:relative"data" "lisp")) nil))
search lists are an extension to ANSI's pathnames which is only present
in CMUCL, AFAIK. For a more portable solution, I would suggest using
logical hosts, so that you can write things like (load
"myproject:;myfile.lsp"), etc.
For that you only need to use (setf (logical-pathname-translations
"myproject") ...).
Regards,
Juanjo
More information about the ecl-devel
mailing list