leastfixedpoint

Archived tweet #10705 from the @leastfixedpoint Twitter Archive
@wilbowma Not sure about that. The Self compiler is written in C++ and built in to the VM. Smalltalks tend to have ST compilers, in the image. Squeak has a Behavior>>compilerClass method used to find the compiler for a given class's methods; but not much more such infrastructure...