www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Alternative to exceptions for error handling

So, it has been a year since this was discussed here last. Has 
there been any progress on error handling in DLang since?

I stumbled upon Odin 
[or_return](https://odin-lang.org/docs/overview/#or_return-statement) and Zig
[try](https://ziglang.org/documentation/master/#try) methods that really seem
interesting and that reminded me of this topic.
Dec 17 2021