Posts tagged Technical Posts

The Haxe compiler team share their insights into the deeper aspects of the Haxe technology stack.

The new HashLink garbage collector

Immix-based GC improves HashLink performance

Article by Aurel Bílý on 2020-07-07.

Comments

Shiro Games Technology Stack

A complete introduction to the technology stack used to make games at Shiro

Article by Nicolas Cannasse on 2020-04-06.

Comments

Unicode in Haxe 4

We finally stopped doing pointless stuff and focused on emojis

Article by Simon Krajewski on 2018-09-07.

Comments

Abstracting Primitives

Let's talk about abstract types and how they can bring meaning to primitive values

Article by Dan Korostelev on 2017-11-24.

Comments

Eval - The new Haxe macro interpreter

Introduction of the new Haxe macro interpreter

Article by Simon Krajewski on 2017-05-31.

Comments

Zero-cost abstracts

Abstract types in Haxe are a powerful mechanism providing means of abstraction with no run-time overhead

Article by Dan Korostelev on 2017-03-12.

Comments

CodingTips.new

Here's a couple more neat Haxe tricks.

Article by Dan Korostelev on 2017-03-01.

Comments

Haxe coding tips

Here's a couple of neat quality-of-life Haxe features that might not be obvious for people that are new to Haxe.

Article by Dan Korostelev on 2017-02-19.

Comments

HashLink In Depth - Part 2

Digging into the runtime

Article by Nicolas Cannasse on 2016-12-20.

Comments

The New Haxe Target: HashLink InDepth - Part 1

Find out more about HashLink, the newest Haxe target, a virtual machine used to develop system/server/desktop applications.

Article by Nicolas Cannasse on 2016-11-22.

Comments

Bugfix Adventures #2 - How to forge signatures using a compiler

What you display is what you get, but sometimes it shouldn't be.

Article by Simon Krajewski on 2016-09-20.

Comments

The Journey of Hello World through the Haxe Compiler

Part 1 of an introduction to what the Haxe compiler does with your code.

Article by Simon Krajewski on 2016-03-25.

Comments

Bugfix Adventures #1 - this is not the variable you are looking for

Sometimes bugs are very hard to figure out, yet very easy to fix.

Article by Simon Krajewski on 2016-03-17.

Comments

New language feature: import.hx

A short introduction to the new Haxe language feature: import.hx

Article by Dan Korostelev on 2016-03-05.

Comments