On 22 August 2011 15:26, Mark Evenson evenson@panix.com wrote:
Next question: then why is the ProcessingTerminated exception only thrown in the EXT:EXIT and EXT:QUIT implementations? When would we ever expect it to be thrown?
I thought it's thrown from the interpreter when cmdline option parsing fails, and possibly in a couple of other places. There should be a clear difference between exit/quit (which are called) and error cases (which throw).