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)
commit70a16828572748140239e3c74f34a2967e1e5131
tree7e3e09475510855ecb01d349c3cbead604d08650
parent9ae34bc57917880d3fe6c2a1b5e322698b81ce96
optimize pretty-printing strings and bit-vectors

  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.
NEWS
src/code/pprint.lisp