Using Gleam’s ‘try’ syntax, inspired by Rust

Here we look at using Gleam’s new ‘try’ syntax to handle result values in a function. We take a look at some equivalent code and how the ‘try’ syntax cleans … Read more

Similar