ya, you are right .
I am thinking of having hxPython port. But due to seeing haxe compiler's ocaml sources, I was wondering how best one can avoid to read ocaml and still get the blazing fast speed(due to its ocaml implementation) of current haxe compiler.
The solution in long run seemed (at that time ) to have a hxOcaml port to convert from haxe to ocaml, and then write haxe compiler in haxe itself. In long run this will be far more productive.
But as you said I will try to go straight into ocaml but not for writing hxOcaml, but for writing hxPython.
---
As a reply to your second questions of which other ports one can think of : "hxPython" and "hxLua" are two ports, which one can think of right now.
Rather
python's scipy
and numpy libraries are almost unparalleled
and http://expeyes.in/ like python based frameworks etc for teaching school students for science experiments - just visit this website many system-config-* utilities of redhat and system APIs from redhat/other linux based commercial vendors for scripting are exposed by default on python only.
blender supports python scripting
freecad - the best free CAD tool, supports python scripting only
There are few more things on python like google app engine first class support for python etc ( though probably this can be dealt with hxjava, because app engine also supports java ecosystem.)
"My dream would have been to have a first class python support on haxe, the generated python code should fit well with jython and cython too. Best thing will be compatibility with python 2.x and python 3.x both the series with some compatibility layer."
Ashish