Skip to content

samblackburn/haxe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Haxe?

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;
}

becomes this in C# and this in Java.

About

Playing with the Haxe language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages