Ask HN: Is any version of Cā still maintained?
3 points by fithisux 2 days ago | 1 comment
I have ran across various links. But they seem unmaintained or dialects in compilers. It could be used as a backend instead of C or LLVM-IR.
3 points by fithisux 2 days ago | 1 comment
I have ran across various links. But they seem unmaintained or dialects in compilers. It could be used as a backend instead of C or LLVM-IR.
Rochus 2 days ago |
C-- is no longer actively developed or widely used. The last significant update to the C-- project was in 2004. LLVM was one of the reasons why it declined. If you're looking for an alternative to LLVM, have a look at e.g. ECMA 335 CIL, WASM, QBE or ECS (see https://github.com/EigenCompilerSuite/), depending on your use-case.