Haxe is a language that can be cross-compiled to C#, Java and a ton of other languages, with a focus on performance.
The generated code seems to be just about navigable, but not particularly easy to read thanks to a lot of garbage. For example, this:
class MyOptionsThing {
var hello:String;
var goodbye:Bool;
}