Cfront for C ++

Is cfront tool available for new C ++? For any other modern languages?

+1


source to share


4 answers


Comeau C / C ++ is a C generating C ++ compiler like cfront.



+4


source


What do you mean by "cfront tool"? Cfront was the first C ++ compiler. But since the refusal to add support for exceptions, it has been canceled . Modern C ++ goes beyond Cfront.

For any other modern languages?



And what do you mean by that? If you mean if there are other compilers out there that compile a high level language to C code, then yes, there are many. The Glasgow Haskell compiler is just one of many.

+2


source


I believe that several languages, at least in early childhood, simply "compile" C code, allowing a good compiler (often gcc ...) to generate optimized native code. I think GHC is (for some implementations?) Such a language, and there are some others, t remember.

I also know lua2c converting Lua code to C.

+2


source


Bigloo

Bigloo provides full connectivity between Scheme and C programs, between Scheme and Java programs, and between Scheme and C #.

Gambit-C

Gambit tests

+2


source







All Articles