Clementson's Blog

Bits and pieces (mostly Lisp-related) that I collect from the ether.

August 2004
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
Jul  Sep

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.

emacs Copyright © 2005 by Bill Clementson