init.lsp right way
Posted: Wed Sep 21, 2005 12:46 pm
Hi, All!
Is there the more right way to write init.lsp?
Is there the more right way to write init.lsp?
Code: Select all
(set 'newlisp-base "C:\\Program Files\\newlisp")
(set 'preload-modules '("dbf.lsp" "awk.lsp"))
(dolist (l preload-modules) (load (append newlisp-base "\\" l)))