Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nadako/awesome-haxe

A curated list of useful Haxe links.
https://github.com/nadako/awesome-haxe

List: awesome-haxe

Last synced: 5 days ago
JSON representation

A curated list of useful Haxe links.

Awesome Lists containing this project

README

        

# Awesome Haxe

A curated list of useful [Haxe](http://haxe.org/) links.

> 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, which includes
> ways to access each platform's native capabilities.

## Official Docs

* [Intro](http://haxe.org/documentation/introduction/)
* [Manual](http://haxe.org/manual/introduction.html)
* [Standard Library API](https://api.haxe.org/)
* [Code Examples Cookbook](https://code.haxe.org/)

## Target-specific Docs

* [Haxe and JavaScript](https://matthijskamstra.github.io/haxejs/)
* [Haxe and Node.js](https://matthijskamstra.github.io/haxenode/)
* [Haxe and PHP](https://matthijskamstra.github.io/haxephp/)

## Other Tutorial Docs

* [A Brief Haxe Tutorial](http://www.unexpected-vortices.com/haxe/brief-tutorial.html)

## Haxe News and Blogs

* [Haxe Roundup (community news)](http://haxe.io/)
* [Haxe Blog](https://haxe.org/blog/)

## Comparisons

* [TypeScript vs Haxe](http://blog.onthewings.net/2015/08/05/typescript-vs-haxe/)

## Language design

* [Discussion about C-style for](https://groups.google.com/forum/#!topic/haxelang/mbc_hpGOcUQ)
* [Nicolas Cannasse's comment about const](https://github.com/HaxeFoundation/haxe/issues/4441#issuecomment-131327893)
* [Nicolas Cannasse's comment about named arguments](https://github.com/HaxeFoundation/haxe/issues/4507#issuecomment-135796766)

## Frequent discussions

* [Juraj Kirchheim about why Haxe/JS compiles to a single file](https://groups.google.com/d/msg/haxelang/MJ6yb-kV64c/pGf8F5PZAgAJ)
* [Juraj Kirchheim explains macro context](https://groups.google.com/forum/#!msg/haxelang/jEEh1hd81_w/fEy8m42IRtUJ)

## Articles

* [The Benefits of Transpiling to JavaScript](http://io.pellucid.com/blog/the-benefits-of-transpiling-to-javascript)
* [A success story for Haxe](http://nadako.tumblr.com/post/113390739725/a-success-story-for-haxe)
* [Build Configuration Files for HXCPP](http://matttuttle.com/2015/07/hxcpp-build-xml/)