Message 1 of 14
Best way to load many lisps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm old school and have my acad. lsp file load some lisp routines for me. The biggest file called "loadlisps" contains a long list of small routines and also another long list of code lines to "load lisp files" from other locations. e.g. (load "C:/lisp/doorway") (load "C:/lisp/windowop") and on and on and on.
I want to make my lisp routine loading more efficient if possible and I also would like to put all my code in one file and then compile that information to a .fas file so no one can see my code.
Does anyone have ideas as to the best way/place to store and to quickly load my files, and the best way to get all of them into ONE file? Or articles that would show me the best up-to-date ways of doing this?
Thanks,
John