> Well ok,, that's simply a wrong statement then. Please stop repeating 
> nontruths.

I'm not convinced that I am repeating nontruths. If you assert that C, Rust, 
and Go, are offering an exceptions in the same way that C++, Java, and Ada do, 
I can only say that we're not using words in any kind of mutually intelligible 
way. I suspect it would be uncontroversial to say that neither C nor Rust nor 
Go come with exceptions in the language, that panic/recover, setjmp/longjmp, or 
catch_unwind are not an exception system, though, sure, in some languages you 
can build an exception system from those pieces. <https://github.com/drh/cii> 
contains one such for C, and has been around for 25 years.

Reply via email to