(require ...) + load-on-demand
Hi: Probably a dumb question. I have a library of code that I use somewhat frequently in LispWorks. How can I modify my lispworks environment to make this code loadable-on-demand? For example, CL-USER 10 > (require "foreign-parser") ; Loading /Applications/LispWorks 5.0/Library/lib/5-0-0-0/load-on- demand/ffi-tools/parser/defsys.lisp on demand... I would like to do the same sort of thing with my own module. Thanks!, -Chris