Welcome to the latest edition of the Haxe Roundup. Haxe is a high level, strictly typed programming language and cross-compiler.
Haxe 4.0.0-preview.4
Release!
- Haxe
4.0.0-preview.4
has been released! - HashLink
1.6
has been released! - The HaxeLib website has had several improvements made live!
- The Haxe VSCode
2.0.0
extension has been released!
Community Updates
News and Articles
- Haxe, the coolest language you never heard of.
- Toying with a macro for method overloading support for static extensions.
- Haxe: Cross-platform Development’s Best-kept Secret published on the Toptal Engineering Blog, resulting in some discussion on HackerNews.
- Haxe benchmarks show that the
php7
target is now twice as fast asneko
. - Checkout RPG Playground built using Kha.
Upcoming Events & Talks
- Add an upcoming event about Haxe.
Past Events and Slides
- Slides from Kevin Leung’s
hkoscon
talk about type-safe REST API’s.
Job Offers & Bounties
- Freelancers are wanted for remote friendly, preferably French speaking, Haxe React developers job.
- The HaxeFoundation are still looking for a compiler developer to join the team.
- Lars Doucet’s list of various open bounties.
- Add an available job involving Haxe.
Tutorials
- Creating Armory engine compatible animations using Blender.
Code Examples
- A fixed ring array data structure example.
- Have an example you want to add? Consider contributing to the code.haxe.org cookbook.
Previews & Demos
Closed Source
- Chibi Ninja Shino-kun: Treasure of Demon Tower is being made with HaxeFlixel.
- Accidental super human soccer players.
- Profus dropus, commonly known as the Puffdrop.
- Flip afew switches and projects run natively on iOS.
- Building and designing HaxeUI components in VSCode!
- Ledge climbing preview made with HaxeFlixel.
Some Library Releases
- immutable
1.0.3
- buddy
2.8.5
- hxfsm
1.0.4
- extension-networking
1.4.2
- commonbox
0.3.0
- modular
0.10.15
- travix
0.12.1
- tink_cli
0.3.1
- checkstyle
2.4.2
- tokentree
1.0.4
- haxicord
0.4.0
- loggy
0.1.2
- Head on over to HaxeLib to checkout the latest library releases.
People & Projects to support
- OpenFL is creating free open source software.
- HaxeFlixel is creating an open source, cross plaform 2D game engine.
- HaxeUI is creating an open source user interface libraries.
- Will Blanton is creating HaxeFlixel tutorials.
- Lewis Lepton is creating tutorials, code and videos.
- Dan Korostelev is working on the Haxe compiler.
- August Late is creating unique 2D lighting tech.
- Mark Knol is working on Haxe and its documentation.
- Eric Bishton is creating the Haxe plugin for IntelliJ IDEA.
- Ilya Malanin is creating improvements for the Haxe IntelliJ IDEA plugin.
- Matthew Wallace is creating Haxe By Example tutorials.
- Slava Ra is creating improvements for FlashDevelop and HaxeDevelop.
- Lubos & contributors are creating Armory, an open source 3D game engine in Blender.
Updates from the Haxe core
Current Proposals & Discussions
- Add support for ES6 output proposal.
- Add support for inlining functions at call location proposal.
- Add stack based tuples proposal.
- Add
key => value
iteration syntax proposal. - Add polymorphic
this
types proposal. - Global using at declaration site proposal.
- Add
@:native
on structure fields. - Add Type parameter variance for Enums.
- Add Default values for enum parameters.
- Add Inline markup literals.
- Add Module-level functions & variables.
- Add Type Matching.
- Add Macro method forwarding.
- Do you have an idea to improve Haxe? Consider creating a proposal.
Core Changes
36 commits have been made to Haxe compiler in the last week.
- Express function purity in the type system issue.
- Add support for Intersection Types,
Type1 & Type2
syntax merged. - Allow qualified metadata names commit, eg
@a.b
. - Full Unicode support delayed until after Haxe
4.0
comment. extern
field syntax merged.enum abstract
syntax merged.
You can get started using the latest features by downloading a nightly build of Haxe.
Take it easy everyone and have a good week!