I was thinking about C# today…

And I got to wondering.. is there a C# compiler that compiles down into x86 or some target machine language? Some of you may go “why”? Well, for the same reasons that GCJ exists. Sometimes you don’t want to rely on Java Ver X.Y to be around. Sometimes you just don’t want to take the bytecode performance hit.

Is there a GCJ equivalent for C#?

This entry was posted in General. Bookmark the permalink.