--- In
bangalore-lisp@yahoogroups.com, Amit Rathore <amitr@c...> wrote:
> Hi,
>
> I'm new to lisp and I have a question.
>
> What is the lisp equivalent for java classpaths? Where does the system
> look for files when a load is called? And how do you alter that path?
> I'm using CMUCL.
>
> Thanks in advance!
Today I found some interesting pieces of Lisp software that extend
the usefulness of the Common Lisp package system:
http://www.tfeb.org/lisp/hax.html#READ-PACKAGES
http://www.tfeb.org/lisp/hax.html#HIERARCHICAL-PACKAGES
The latter implements something similar to the hierarchically
structured namespace of Java.