Ask HN: What is your view on Haxe?

This language looks quite familiar with Java. It can be transpiled into multiple langauge target, including js,c++,python

From the official website:

Haxe can build cross-platform applications targeting JavaScript, C++, C#, Java, JVM, Python, Lua, PHP, Flash, and allows access to each platform's native capabilities. Haxe has its own VMs (HashLink and NekoVM) but can also run in interpreted mode. Code written in Haxe can be compiled to any target Haxe supports.

This post does not have any comments yet