Thanks for your replies, +1 for enhancing format
Maybe it could handle also rationals, converting them to doubles, but it could be to much. On Jul 28, 9:47 am, Sean Corfield <[email protected]> wrote: > On Wed, Jul 27, 2011 at 11:48 PM, Tom Faulhaber <[email protected]> > wrote: > > FWIW, clojure.pprint.cl-format handles this fine in 1.3: > > > (cl-format nil "~d" 2N) > > => "2" > > Wow, I just spent the last 30 minutes reading Common Lisp the > Language, 2nd Ed, chapter 22 which describes how powerful and > mind-bending that is... > -- > Sean A Corfield -- (904) 302-SEAN > An Architect's View --http://corfield.org/ > World Singles, LLC. --http://worldsingles.com/ > Railo Technologies, Inc. --http://www.getrailo.com/ > > "Perfection is the enemy of the good." > -- Gustave Flaubert, French realist novelist (1821-1880) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
