Languages with C/C++ output [closed]
- by Vag
Which languages have compilers able to emit plain standard C/C++ code?
For a start:
Haxe // uses Boehm GC
Haskell (JHC)
Haskell (old GHC) // -fvia-c, removed recently (emitted code is super ugly)
Clay
ATS
Cython
RPython (Shed Skin) // experimental
RPython (PyPy)
Python (Nuitka) // although author claims there are no speedups
Common Lisp (ECL)…