Hacker News new | ask | show | jobs
by chrislattner 285 days ago
Exceptions in Mojo are just syntax sugar for Result types. You don't have to use them if you don't want, and the overhead is not like C++ exceptions.