Remix.run Logo
pyrolistical 2 hours ago

Exception is hidden control flow, where as error values are not.

That is the main reason why zig doesn’t have exceptions.

nomel an hour ago | parent [-]

I'd categorize them more as "event handlers" than "hidden". You can't know where the execution will go at a lower level, but that's the entire point: you don't care. You put the handlers at the points where you care.