Hello,
sorry if I'm ignorant. Do exist any language (old or new) without exceptions handling? Which?
thanks,
Printable View
Hello,
sorry if I'm ignorant. Do exist any language (old or new) without exceptions handling? Which?
thanks,
How about Google Go? :-)
I can't imagine how to write robust programs without them though. Exception handling affects design, and for the better! Too bad many developers don't realize this. I could only wish for a syntactical improvement to help readability.
C should be such an example.