this post was submitted on 27 Apr 2022
3 points (80.0% liked)

Rust Programming

8871 readers
1 users here now

founded 6 years ago
MODERATORS
 

Rust is often described by its fans (me included) as the most advanced programming language, perfectly mixing Computer Science and real-world usability. Yet, Rust is far from perfect and may often be frustrating for developers.

So today, let's start from the axiom that Rust is the least bad programming language and what it would take to make it the "perfect" language and ecosystem.

all 3 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 2 points 3 years ago

Higher-kinded polymorphism without having to use the GAT workaround, dependent types, comptime like in Zig instead of proc macros, fast compiler.