IRC channel logs

2024-02-18.log

back to list of logs

<calmclam>euleritian: I'm a fan of the way rust does errors, with a result type.
<calmclam>I've been playing with cap'n proto and I have the strong urge to create and use my own result type instead of exceptions, even though that's probably not idiomatic.
<calmclam>I like that using error codes makes the error an explicit part of the contract