top | item 36545305

(no title)

kaeland | 2 years ago

I’ve been learning CL in my spare time and had no idea this was possible or even a distinction between CL implementations. Thanks for sharing.

discuss

order

_19qg|2 years ago

Most Common Lisp implementations have one or more compilers integrated into it. Most of them are written in itself. Thus, when the implementation provides the source for the compiler, you can explore/change the compiler like any other part of the Lisp code.