I used to agree with this re. games, but I realized over the past couple of years that the ubiquity of multicore complicates this a lot. I don't see a way to multithread game logic in a scalable way without aliasable-xor-mutable, and Rust is kind of the only game in town for that right now.

Comments