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?
The language Haxe can output to C++, C#, Java, JavaScript, Python(experimental), PHP, Flash and NekoVM.