Rust
Empowering everyone to build efficient software.
Tussentyds
Programmeertaal
I've been using Rust since 1 January 2020 at 00:00 UTC+2. It's been very
enjoyable to use in a few projects (such as Glowsquid, Copper, and a few side projects that have died)
because of its sheer speed and safety guarantees. Who cares about memory safety when the compiler can
tell me exactly where my program can break because I forgot a null check or didn't account for a certain path.
unsafe
Still scares me though...