Hacker News new | ask | show | jobs
by ncmncm 1955 days ago
I can't tell from the project page whether this is an obligate-GC language.
2 comments

It is. On targets such as C++ where there's no native GC, Haxe brings its own (via hxcpp in this case: https://github.com/HaxeFoundation/hxcpp).
IIRC, Haxe is kind of a meta language that transpiles through different language/targets. IIRC, mostly GC, yes.