Rust’s language ergonomics initiative

To help bring our 2017 vision for Rust to fruition, the Rust subteams are
launching initiatives targeted at specific roadmap goals. This post covers the
language team’s major initiative: improving the ergonomics of the core
language. The aim is to improve… Read more

Similar

The Problem of Effects in Rust

In a previous post, I shortly discussed the concept of “effects” and the parallels between them. In an unrelated post since then, Yosh Wuyts writes about the problem of trying to write fallible code inside of an iterator adapter that doesn’t support it. I... (more…)

Read more »

Moxie: Incremental Declarative UI in Rust

moxie is a small incremental computing runtime focused on efficient declarative UI, written in Rust. moxie itself aims to be platform-agnostic, offering tools to higher-level crates that work on specific platforms. Most applications using moxie will do so... (more…)

Read more »