[TUHS] Conditions, AKA exceptions.

Lars Brinkhoff lars at nocrew.org
Fri Mar 10 23:09:25 AEST 2023


Noel Chiappa writes:
> I was just astonished that in a long thread about handling exceptional
> conditions, nobody had mentioned . . . exceptions.  Clearly, either
> unfamiliarity (perhaps because not many laguages provide them - as you
> point out, Go does not), or not top of mind.

Seems to me exceptions are quite mainstream: CLU, C++, Java, C#,
JavaScript, Python all have them.  Arguably Go too, in the form of
panic/recover.


More information about the TUHS mailing list