|
|
|
|
|
by Johanx64
1601 days ago
|
|
Rust takes an absolute eternity to compile code. On that count alone I would never-ever consider it in hobby/games project of any sort. It doesn't matter what features a programming language has, if it takes seconds if not minutes to compile even relatively small projects (less than 50-100k LoC). |
|
Personally, I'm now doing hobby projects in Rust because it just feels right. But I've done entire systems in assembly, so I am a bit of a control freak. YMMV.