Damus
Juraj · 46w
Confession: I wholeheartedly hate Rust. It just sucks. The build system is ok (not great, not terrible) and the fact it can compile into WASM is nice. Everything else just plainly sucks. Otherwise I'...
Honza Pobořil profile picture
When I read they want to rewrite some project to Rust I usually feel good because this means they will probably clean old code full of memory-unsafe code with potential security bugs.

But refactoring to memory-safe C++ methods would fix it also.
Juraj · 46w
Or literally any language one layer up from C