On Saturday, 4 August 2012 at 03:12:01 UTC, Kapps wrote:
On Saturday, 4 August 2012 at 02:20:45 UTC, Stefan Scholl wrote:[...] C# is a terrible language to make a game in. [...]-Does not compile to native code, so your game will have performance issues.
Just use ngen when installing the application. or mono -aot when using Mono.
Plus, the current most used **implementations** compile to MSIL by default, this is not a language issue.