Compilers targeting C - a list of open source compilers that can generate C code
1–10 of 14 posts
Re: Compilers targeting C - a list of open source compilers that can generate C code
#2Re: Compilers targeting C - a list of open source compilers that can generate C code
#3Re: Compilers targeting C - a list of open source compilers that can generate C code
#4[0] https://www.varnish-cache.org/docs/trunk/reference/varnishd....
Re: Compilers targeting C - a list of open source compilers that can generate C code
#5It was my university project. It’s not really useful, but it was extremely fun to work on.
Re: Compilers targeting C - a list of open source compilers that can generate C code
#6Zephir[0] compiles to C PHP extensions. [0]: http://zephir-lang.com/
Re: Compilers targeting C - a list of open source compilers that can generate C code
#7Vala is essentially sugar for the GObject API. Zephir is the same for the Zend Engine API.
Re: Compilers targeting C - a list of open source compilers that can generate C code
#8* Idris : http://www.idris-lang.org/
* Ivory : http://ivorylang.org/
* ATS : http://www.ats-lang.org/
* Mbeddr : http://mbeddr.com/
Re: Compilers targeting C - a list of open source compilers that can generate C code
#9Some other missing compilers: * Idris : http://www.idris-lang.org/ * Ivory : http://ivorylang.org/ * ATS : http://www.ats-lang.org/ * Mbeddr : http://mbeddr.com/
Idris seems really great, but I can't use it for much because its standard library is sorely lacking. If someone were to port over an equivalent of Haskell's Base (including Network, Map, Seq, Vector, etc.) I would probably start using it for real work.
Re: Compilers targeting C - a list of open source compilers that can generate C code
#10(I'm the author of Céu.)