Hacker News new | ask | show | jobs
by falconfunction 4421 days ago
There's also ECL, but I don't know if it uses the same continuation style as Chicken though.
1 comments

It does not. Nearly all of the common-lisp to C transpilers are decedents of Kyoto Common Lisp. One notable exception is mocl, which I believe to be a decendent of CLiCC (http://www.informatik.uni-kiel.de/~wg/clicc.html)