How to make own modules ?
Hi all,
can anyone give me a hint how to have my own modules
with LWW ?
I want to be able to (require 'foo) for some modules
in a way similar to CMUCL where (require 'foo) tries to find
the module in a predefined directory.
I know about mk:defsystem and ASDF but i assume that it
is still possible with native LWW.
Thanks in advance
AHz