2002.04.15 ~00 TinySCHEME Poking around with Google, I came across TinySCHEME. It's a really tiny Scheme implementation without all the setjmp/longjmp doohickeys I've had problems with in other Scheme implementations. TinySCHEME is derived from MiniSCHEME, (heavily) modified to work as the extension language to a mini web server frontend. TinySCHEME compiles into QVM bytecode with some minor modifications and a few extra libc function reimplementations. I may wind up using this as the primary Scheme core. In other news, I finally got around to slicing down the size of my .plan, now that I have attained "hugest fscking plan file": phaethon@gamehenge$ ls -s * | sort -n | tail -5 8 theoddone33 12 vogon 16 chunky 24 yoda 36 phaethon