▲ | lionkor a day ago | |||||||
Have you tried the approach that Zig has, or the approach that Rust has? They are easy to debug and do not use any crazy stuff, just simple syntax like `try x()` (Zig) or `x()?` (Rust) | ||||||||
▲ | clausecker 21 hours ago | parent [-] | |||||||
Yes and that syntax sucks. | ||||||||
|