<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clojure-contrib/src/clojure/contrib/pprint, branch clojure-1.0-compatible</title>
<subtitle>Extensions and enhancements to the Clojure libraries. http://clojure.org</subtitle>
<id>https://git.amat.us/clojure-contrib/atom/src/clojure/contrib/pprint?h=clojure-1.0-compatible</id>
<link rel='self' href='https://git.amat.us/clojure-contrib/atom/src/clojure/contrib/pprint?h=clojure-1.0-compatible'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure-contrib/'/>
<updated>2009-06-16T07:14:36Z</updated>
<entry>
<title>pprint: Changing one '=' into an 'identical?' gave us another ~30% speedup.</title>
<updated>2009-06-16T07:14:36Z</updated>
<author>
<name>Tom Faulhaber</name>
<email>git_net@infolace.com</email>
</author>
<published>2009-06-16T07:14:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure-contrib/commit/?id=7ea70da82e42416864e2f97e3d314aced34af682'/>
<id>urn:sha1:7ea70da82e42416864e2f97e3d314aced34af682</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pprint: Modified buffer-length to remove (or at least ameliorate) a</title>
<updated>2009-06-14T23:55:12Z</updated>
<author>
<name>Tom Faulhaber</name>
<email>git_net@infolace.com</email>
</author>
<published>2009-06-14T23:55:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure-contrib/commit/?id=a69831f5c84f23f5159448fe2ec0acb633cacf7c'/>
<id>urn:sha1:a69831f5c84f23f5159448fe2ec0acb633cacf7c</id>
<content type='text'>
bad hotspot. Result: ~45% speedup.
</content>
</entry>
<entry>
<title>pprint: directly call some dispatch functions that we use often to be</title>
<updated>2009-06-13T06:07:09Z</updated>
<author>
<name>Tom Faulhaber</name>
<email>git_net@infolace.com</email>
</author>
<published>2009-06-13T06:07:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure-contrib/commit/?id=d5fc2809405d09e46e6b92933c28747b3e579860'/>
<id>urn:sha1:d5fc2809405d09e46e6b92933c28747b3e579860</id>
<content type='text'>
easier on the stack
</content>
</entry>
<entry>
<title>Expose xml-dispatch so it can be used directly with write and fix up</title>
<updated>2009-06-05T21:56:50Z</updated>
<author>
<name>Tom Faulhaber</name>
<email>git_net@infolace.com</email>
</author>
<published>2009-06-05T21:56:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure-contrib/commit/?id=2f7ddf7205bbd47ace5d2240c66a4686de18d7e7'/>
<id>urn:sha1:2f7ddf7205bbd47ace5d2240c66a4686de18d7e7</id>
<content type='text'>
some bugs
</content>
</entry>
<entry>
<title>Created new examples of how to use pretty print dispatch functions</title>
<updated>2009-05-14T07:16:08Z</updated>
<author>
<name>Tom Faulhaber</name>
<email>git_net@infolace.com</email>
</author>
<published>2009-05-14T07:16:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure-contrib/commit/?id=fcc60a034f9203ce008fe407cb870b92876c7e2b'/>
<id>urn:sha1:fcc60a034f9203ce008fe407cb870b92876c7e2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support for setting *print-right-margin* to nil to indicate</title>
<updated>2009-05-09T22:20:30Z</updated>
<author>
<name>Tom Faulhaber</name>
<email>git_net@infolace.com</email>
</author>
<published>2009-05-09T22:20:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure-contrib/commit/?id=817fcfd8647d4e195347251b74d65cbb4a5e4c95'/>
<id>urn:sha1:817fcfd8647d4e195347251b74d65cbb4a5e4c95</id>
<content type='text'>
infinite-length lines.
</content>
</entry>
<entry>
<title>Got rid of some debug code that doesn't work across namespaces</title>
<updated>2009-05-09T05:30:41Z</updated>
<author>
<name>Tom Faulhaber</name>
<email>git_net@infolace.com</email>
</author>
<published>2009-05-09T05:30:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure-contrib/commit/?id=c7bb828e73017a98eaa1a69edda9ea26bb71e4db'/>
<id>urn:sha1:c7bb828e73017a98eaa1a69edda9ea26bb71e4db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New multimethod-based dispatch system. Made a path all the way through</title>
<updated>2009-05-09T05:30:34Z</updated>
<author>
<name>Tom Faulhaber</name>
<email>git_net@infolace.com</email>
</author>
<published>2009-05-09T05:30:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure-contrib/commit/?id=85b811fc404ed3c0b291cd17fe4fa2ee502e5384'/>
<id>urn:sha1:85b811fc404ed3c0b291cd17fe4fa2ee502e5384</id>
<content type='text'>
that assumes that you have a pretty writer bound to *out* so we don't
have to rebind it everywhere.
</content>
</entry>
<entry>
<title>Broke write into two parts one of which takes a stream and one of</title>
<updated>2009-05-09T05:30:16Z</updated>
<author>
<name>Tom Faulhaber</name>
<email>git_net@infolace.com</email>
</author>
<published>2009-05-09T05:30:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure-contrib/commit/?id=f6158ea406262ad8b7b1db5c9588378c4391a52b'/>
<id>urn:sha1:f6158ea406262ad8b7b1db5c9588378c4391a52b</id>
<content type='text'>
which doesn't. Also fixed up the pprint parameters cause it was stupid.
</content>
</entry>
<entry>
<title>Cleaned up cl-format's doc string</title>
<updated>2009-05-03T06:33:02Z</updated>
<author>
<name>Tom Faulhaber</name>
<email>git_net@infolace.com</email>
</author>
<published>2009-05-03T06:33:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure-contrib/commit/?id=c1e9b640e557065cbf539a60741bc98c46cc825f'/>
<id>urn:sha1:c1e9b640e557065cbf539a60741bc98c46cc825f</id>
<content type='text'>
</content>
</entry>
</feed>
