Hacker News new | ask | show | jobs
by spinal 975 days ago
I really like the syntax around error handling. It is similar to the usual try/catch, but looks a lot cleaner (at least to me, coming from Go).

Was this inspired by another language? I don't recall seeing a language with the same (or very similar) syntax.

1 comments

oh yeah, 'try' as a hoist that can be programmed against would be so much nicer than forced blocks for try/catch. I like it a lot