Programming languages that compile into C/C++ source?

Jeff picture Jeff · Jun 27, 2011 · Viewed 23.2k times · Source

I'm using CoffeeScript to make JavaScript development easier. It's a language with clean syntax that compiles into JavaScript.

So, what are the established programming languages that compile into C/C++ source code, to simplify syntax and/or enhance functionality?

Answer

M.Stoffregen picture M.Stoffregen · Jul 8, 2011

The language Haxe can output to C++, C#, Java, JavaScript, Python(experimental), PHP, Flash and NekoVM.