6 ms·
Squeak Smalltalk bootstrapped itself (back in 1996) by implementing its virtual machine in Slang, a subset of Smalltalk that can essentially be pretty-printed i
by codebaobab 15y ago
Squeak Smalltalk bootstrapped itself (back in 1996) by implementing its virtual machine in Slang, a subset of Smalltalk that can essentially be pretty-printed into C.
Back to the future: the story of Squeak, a practical Smalltalk written in itself. http://www.vpri.org/pdf/tr1997001_backto.pdf http://www.vpri.org/pdf/tr1997001_backto.pdf
Its a neat twist that RPython is taking the same engine that optimizes the VM to JIT code that runs on the VM.