devboy

Category Archives: Learn haXe – the hard way

learn haXe: structural typing

learnhaxe

Welcome to the third post of my Learn haXe – the hard way series. In cased you missed one of the previous posts you can find them here. This time we are going to talk about a little gem in the haXe language called structure types and are incredibly useful.
Structure types
If you have read my post on …

learn haXe: extension methods

learnhaxe

In the second post of my series Learn haXe – the hard way we will have a look at “extension methods” and why they are the best thing since sliced bread. Check also my first post on “partial function application” which is a similar concept and might actually be used behind the scenes to enable …

learn haXe: partial function application

learnhaxe

This is the first post in my series: Learn haXe – the hard way where I will shed some light on various topics around haXe. It’s called “the hard way” because that is the route I am taking myself to learn haXe: Diving extensively into every little feature, disassembling and reassembling it until I fully understand how it works and what its …

Understanding function types in haXe

function

When you are an ActionScript 3 developer, like me, you might wonder while reading the title of this post: Function types? They’re just typed as Function! Oh, and types? Plural? There is only one kind of function in my code!
That might be true for ActionScript, also JavaScript but in haXe you have a lot more information about your functions and …

devboy

Connect

Follow me on Twitter
Connect with me on Linked In