Hacker News new | ask | show | jobs
by pjmlp 6 days ago
Just like on Go's case, panic/recover are exceptions with bad ergonomics.
1 comments

This is a vacuous statement on par with characterizing setjmp/longjmp in C as "exceptions with bad ergonomics".
Which they kind of are, and were used as implementation mechanism for C++ exceptions in the early days on UNIX compilers.