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

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -