Make a Language Using Rust

A series about making a programming language called Eldiro using the Rust programming language. Read more

Similar

Rust is NFG. Try again in 2030

These conclusions are generally met with a variation of the motte-and-bailey argument, i.e. that Rust has an "unsafe" mode where all the manageable evils of C are permitted, albeit with back-to-front declaration syntax, semantically significant scoping[-1... (more…)

Read more »

Rust vs. Go

Which is better, Rust or Go? Which language should you choose for your next project, and why? How do the two compare in areas like performance, simplicity, safety, features, scale, and concurrency? Let's find out, in this friendly and even-handed comparis... (more…)

Read more »

Ownership Guided Translation from C to Rust

Dubbed a safer C, Rust is a modern programming language that combines memory safety and low-level control. This interesting combination has made Rust very popular among developers and there is a growing trend of migrating legacy codebases (very often in C... (more…)

Read more »