|
|
|
|
|
by brundolf
1710 days ago
|
|
> Idiomatic Rust tends to dislike heap allocation and virtual dispatch Maybe Rust the way most people end up writing it, but Rust the language has no issue with these things. I think the idioms come more from the fact that Rust empowers you to avoid these things, not that it's poorly-suited to them. |
|
It can make up for it in other ways, but in my experience, Rust is poorly-suited for Roguelike architecture specifically.