newLISP Fan Club

Forum => newLISP in the real world => Topic started by: eddier on March 19, 2004, 09:19:22 AM

Title: load
Post by: eddier on March 19, 2004, 09:19:22 AM
Do you think load could have more than one file?



(load "a.lsp" "b.lsp" ...)



Since load returns true if the file was loaded successfully or nil if the file wasn't loaded, it may be hard to figure out which file was bad if several files are attempted, in which case programmers will still load one at a time.



Eddie
Title:
Post by: Lutz on March 19, 2004, 11:12:15 AM
look for it in version 7.5.14:



http://newlisp.org/download/development/



Lutz