Any plan for haxe-d?

Hi,

Not sure if this has been discussed before: how about hexa-d?

It could be a better alternative to haxe-cpp, and easier to maintain since D is much better than C++.

Thoughts?

That suppose a maintainer, if you offer to do it then "Shooting for the Moon: Haxe lands on Lua" by Justin Donaldson - Haxe - The Cross-platform Toolkit is a great resource on how Justin added the lua target, lots of insights. Do tell us how it goes.

Hi mw,

My understanding is that some major factors in the motivation for a new target include:

  • the target language/platform has a large number of existing libraries to leverage (or is otherwise uniquely situated where you’d really like to run your Haxe code)
  • the Haxe language has significant advantages over the target language, for the given target’s domain.

Regarding the ease of maintenance for a given target, one of Haxe’s specialties is compiling to languages that you’d prefer Haxe over. :slight_smile:

1 Like

Don’t see a single reason to do it. Haxe already has established and working C++ and C (HashLink) backends, which is eventually compiled to native code. I don’t see how it will be a better alternative to haxe-cpp? D is not that much of a better language and DMD doesn’t have a lot of optimizations that a modern C++ compiler has. LDC is better, but still Haxe could just target LLVM instead and avoid another layer of indirection.

But, yes. You can obviously do that for fun. However to make this target official it has to have some reason behind it and should be well maintained. I don’t think you will find some person to maintain it if you lose interest and abandon it.

1 Like