optimize pretty-printing strings and bit-vectors
authorNikodemus Siivola <nikodemus@sb-studio.net>
Tue, 23 Aug 2011 17:01:37 +0000 (20:01 +0300)
committerNikodemus Siivola <nikodemus@sb-studio.net>
Tue, 23 Aug 2011 17:30:44 +0000 (20:30 +0300)
  Since strings and bit-vectors use the ugly output in any case,
  exlude them from using PPRINT-ARRAY -- so we don't need to cons up a
  pretty stream when printing strings while *PRINT-PRETTY* is true.


No differences found