Pico, (locale XY) error handling?

2008-05-20 Thread Jon Kleiser
Hi, I just experienced this: : (locale NO) !? (load (if (setq *Ctry Ctry) (pack @loc/ @) @loc/NIL)) loc/NO open: No such file or directory Does Pico Lisp have an error handling mechanism that can handle errors like this? /Jon -- UNSUBSCRIBE: mailto:[EMAIL PROTECTED]

Re: Pico, (locale XY) error handling?

2008-05-20 Thread Alexander Burger
Hi Jon, : (locale NO) !? (load (if (setq *Ctry Ctry) (pack @loc/ @) @loc/NIL)) loc/NO open: No such file or directory Does Pico Lisp have an error handling mechanism that can handle errors like this? Unfortunately, not after they occurred, in the sense of catching them programmatically.