Rich,

Since cl-format/pprint has now moved into contrib, we should remove
the existing cl-format entry and replace it with this:

Name: pprint
URL :http://code.google.com/p/clojure-contrib/
Author: Tom Faulhaber
Tags: pretty printing, formatted output, Common Lisp compatibility
License: EPL
Dependencies: none (outside of contrib)
Description:

Two parts:

1) A flexible, customizable pretty printer for displaying clojure code
and data (and potentially other structured data as well).

2) A fully functional implementation of Common Lisp's crazy powerful
format function. cl-format provides a way of producing formatted
output in the "lisp style" in which the format string itself can
perform destructuring on the the input arguments rather than having
complex iterations and conditionals in your code to do output.

Thanks!

Tom
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to