I'm running a Common Lisp implementation called CLISP. I'd like to always continue when I hit a continuable ERROR, is there a variable I can set for this?
You have two options:
Pass the -on-error command line option.
Set a global handler.
You now owe me 1 zorkmid :-).