[armedbear-devel] [PATCH] Loading Lisp from JAR Files
Kevin Reid
kpreid at mac.com
Wed Aug 26 13:25:25 UTC 2009
On Aug 26, 2009, at 8:55, Alessio Stalla wrote:
> Also, how does this patch behave with recursive loading - i.e. I load
> x from file.jar and x contains (load "y"), is "y" relative to x?
CL:LOAD does not rebind *default-pathname-defaults*. The proper way
for a file to do this (insofar as it's appropriate to do at all) is:
(load (merge-pathnames #p"y" *load-truename*))
ABCL's jar file support should be made such that this works.
--
Kevin Reid <http://switchb.org/kpreid/>
More information about the armedbear-devel
mailing list