Haxe is an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each platform's native capabilities.
Haxe is an open source toolkit based on a modern high level strictly typed programming language, a state-of-the-art light-speed cross-compiler, a complete cross-platform standard library, and ways to access to each platform's native capabilities. Learn More...
Haxe is not a high level framework. It's a toolkit that can be used to build cross-platform tools and frameworks. Learn More...
Haxe is used by thousands of developers worldwide to build games, apps, tools, and frameworks. Several high profile companies are using Haxe, such as Nickelodeon, TiVo, Zynga and Prezi. Read more about the Haxe Foundation or see more companies who are using Haxe.
Haxe is an open source technology, free to use and modify. If you are looking for Support or technical partnership, the Haxe Foundation provides such services. Learn More...
class Test {
static function main() {
var people = [
"Elizabeth" => "Programming",
"Joel" => "Design"
];
for (name in people.keys()) {
var job = people[name];
trace('$name does $job for a living!');
}
}
}
Learn more: Language Introduction, Language Features, Try Haxe (directly from your browser!)
Haxe strengthens our ability to deliver efficient learning solutions to all our clients, wherever they are, whatever platform they use.
Vincent Blin, CTO, Knowledge-Players
The Haxe cross-platform toolkit consists in the following components :
After years of open source development, the Haxe Foundation was created to fund long term Haxe development and provide support to companies using Haxe.
The goals of the Haxe Foundation are:
Read more about our Paid Support Plans, help support Haxe development by donating to the Haxe Foundation, or check out some of the companies using Haxe.
Feel free to contact us for any inquiry regarding Haxe usage.
If you are currently evaluating Haxe from either a business or technical point of view, you can contact us. We can help you either directly, or by putting you in touch with a consultant that will be able to help you understand how your company can benefit from using Haxe.
You can also learn more about Haxe by reading our Introduction to the Haxe Toolkit.
Haxe is what JS should be: a lightweight, easy to learn, statically typed language with a real and useful compiler.
Peter Halacsy, Co-Founder & CTO at Prezi