At command-line, I start a newLISP REPL with `newlisp`. I get a prompt. I then load the unix module that comes with newLISP like this:
Code: Select all
(load "/usr/share/newlisp/modules/unix.lsp")
Code: Select all
ERR: symbol is protected in function define : (setuid id)