|
|
|
|
|
by hashmal
3159 days ago
|
|
Rust is not for everything, but for the situations where GC is unsuitable (e.g. you have real-time constraints), and a few others, benefits become obvious (and it's hard to look back once you are there). Yes it can be a pain to write. But I prefer the pain of making the compiler happy than the pain of debugging a weird segfault. |
|