/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

verdagon.dev
| | viralinstruction.com
1.4 parsecs away

Travel
| | [AI summary] The author argues that Rust's borrowchecker causes serious ergonomic problems and overstates its role in memory safety, suggesting that the effort required to satisfy it often outweighs the benefits compared to garbage-collected languages.
| | limpet.net
1.8 parsecs away

Travel
| | [AI summary] This article explains Rust's memory safety guarantees by reframing the compiler's borrowing and lifetime checks as a system of unique versus shared access to data.
| | nora.codes
2.0 parsecs away

Travel
| | [AI summary] The article explains the concept of 'unsafe' in Rust, clarifying that it allows specific low-level operations while maintaining overall memory safety through the language's type system and safe abstractions.
| | www.diegofreijo.com
17.7 parsecs away

Travel
| I made a Rust implementation of the Lox programming language introduced by the Crafting Interpreters book.