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

How Microsoft Is Adopting Rust

Microsoft has one of the largest C/C++ codebases in the world. All of its core products from Windows and Office to the Azure cloud run on it. Unsurprisingly, since C++ is not a memory-safe language… (more…)

Read more »

Rust coming soon to mainline Linux kernel

The Linux kernel community has been discussing the possibility of using the Rust programming language to write new kernel device drivers since last summer. Initial Rust support has now landed in the Linux-Next tree. This does not guarantee that Rust will... (more…)

Read more »