I don’t know of another JIT which so directly shells out to an off-the-shelf C compiler.
https://common-lisp.net/project/ecl/ comes to mind, it is (or was – I was working with it 10 years ago or so) built entirely around Lisp → C transpilation and .so loading. Because it was transpiling code to C, it was great for writing CL interfaces to C libraries without complicated FFI layers.
https://common-lisp.net/project/ecl/ comes to mind, it is (or was – I was working with it 10 years ago or so) built entirely around Lisp → C transpilation and
.soloading. Because it was transpiling code to C, it was great for writing CL interfaces to C libraries without complicated FFI layers.