Y
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
Gama11
1955 days ago
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
).
link
tracker1
1955 days ago
IIRC, Haxe is kind of a meta language that transpiles through different language/targets. IIRC, mostly GC, yes.
link