compiler construction - Compiling to idiomatic C -


Are there any compilers for a fiction or lispi-ish language that compile idiomatic C? Most compilers provide something like machine language from C macros from there. I am thinking that there is anything that can create a readable code based on the high-level language.

itemprop = "text">

is currently the only widely used compiler for common Lisp, which compiles C:. You have to see whether the output is sufficiently readable.

A few years ago a company had sold a common Lisp compiler for the same purpose: compiling Lisp for 'Maintenance'. The compiler was very expensive. It is no longer available, but it is still used in one or two companies.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -