I haven’t found a single language with error handling to my liking: C: errno sucks and I haven’t seen anyone that disagrees yet, and the thing some libraries like OpenSSL does with its custom error type and detecting the underlying errno is even more annyoing Hare (and to some extent, Rust, though I haven’t gotten to really know Rust yet): IDK, it just feels really unnatural to me (I’ll see how I could explain in the future) Go (and to some extent, Linux x86 asm): Hella boilerplate (e...