- Lisp to JavaScript transpiler - Douglas Crockford calls JavaScript "Lisp in C's Clothing", but that doesn't stop people from writing Lisp to JavaScript transpilers
transpilers
The term "transpiler" refers to source-to-source compilers. There are many implementations of Lisp that are transpilers. The most popular target language is C, although all Lisp-to-C "transpilers" call themselves "compilers" due to the dubious assumption of close correspondence of C to machine code.