mickey0
November 11th, 2009, 05:31 AM
Hello,
sorry if I'm ignorant. Do exist any language (old or new) without exceptions handling? Which?
thanks,
TubularX
November 11th, 2009, 04:14 PM
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.
laserlight
November 15th, 2009, 06:47 AM
C should be such an example.