19 ms·
Common Lisp does not require TCO. This runs on emscripten port of Embeddable Common Lisp - this platform support is relatively new. I'm also working on WASI por
by jackdaniel 2y ago
Common Lisp does not require TCO. This runs on emscripten port of Embeddable Common Lisp - this platform support is relatively new. I'm also working on WASI port and an optimizing compiler at runtime (currently we use bytecodes compiler when running).
- dartos 2y agoOh wow. I always thought TCO was part of the spec itself.
- jackdaniel 2y agoScheme requires TCO. It is a different Lisp (it also has standard[s]).
- ted_dunning 2y agoAnd revisions[n].
- JoelMcCracken 2y agoCL is not particularly functionally oriented. Many things like this are absent (or present, in some cases).