Comment by jayd16
3 months ago
C# also has "Value Types" which can be stack allocated and passed by value. They're used extensively in game dev.
3 months ago
C# also has "Value Types" which can be stack allocated and passed by value. They're used extensively in game dev.
You can already get halfway there with Java, by making use of Panama, even if not exposed at language level.
And lets be real, how many devs manage to sell as many copies as Minecraft?
Too much discussion about what language to use, instead of what game to make.
Hopefully that changes once Java releases their value types.