Mods to print-class-tree code
Sunday, August 29, 2004
Kristian Elof Sørensen emailed me some mods to the
print-class-tree code that I
posted the other day to provide support
for CMUCL and SBCL (in addition to the LispWorks and ACL support
already in
the code). He also pointed out that the HTML rendition of the code
had made "#\space" appear as "#space". In addition, for people copying
the code from
Planet Lisp (rather than directly from my weblog), the "&key" and "&aux"
keywords showed up with a ";" appended (they show up correctly in my
weblog posting). If you copied the code from Planet Lisp, you should
make certain that you remove the trailing ";" from these keywords in the
code. Update-2004-08-30: After an exchange of emails with Zach,
Planet Lisp now displays the code correctly too. Thanks Zach!
Thanks to Kristian for bringing
these mods/corrections to my attention. I have modified the
original
posting so that it can now be copied/run correctly. It also now supports ACL, CMUCL,
LispWorks, and SBCL. My apologies for any problems that people might
have had in trying to run the code from the original posting.

