Hacker News new | ask | show | jobs
by koakuma-chan 156 days ago
> Of course, that's still much better than C

Exactly. "can't translate to safe Rust" is not a good faith argument.

1 comments

If anything, writing unsafe code in Rust is also fun. It has many primitives like `MaybeUninit` that make it fun.