I'm a little confused by the purpose of the (file) function's use in the example given here: https://software-lab.de/doc/refF.html#file The example is: (load (pack (car (file)) "localFile.l")) # Load a file in same directory
But, doesn't (load "localFile.l") do the same thing? I noticed the same combination of pack, car, file here: https://github.com/aw/picolisp-nanomsg/blob/master/EXPLAIN.md (setq *Nanomsg (pack (car (file)) "lib/libnanomsg.so")) Isn't it the same thing as just (setq *Nanomsg "lib/libnanomsg.so"))? -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
