Re: Printing a table of data

2010-11-13 Thread Justin Kramer
print-table was actually just added to the master branch: https://github.com/clojure/clojure/commit/826ff8486fb3e742cea80ebc43d93afbd85b52d9 Justin On Nov 13, 1:02 pm, Shantanu Kumar wrote: > Does anybody know if a standard 'print-table' kind of function exists > in some library? Maybe if someb

Re: Printing a table of data

2010-11-13 Thread Michel Alexandre Salim
On Sat, 13 Nov 2010 10:02:59 -0800, Shantanu Kumar wrote: > Does anybody know if a standard 'print-table' kind of function exists in > some library? Maybe if somebody can give an example of printing a table > using cl-format or pprint. > What is your table's representation? If it's CSV perhaps yo

Printing a table of data

2010-11-13 Thread Shantanu Kumar
Does anybody know if a standard 'print-table' kind of function exists in some library? Maybe if somebody can give an example of printing a table using cl-format or pprint. Regards, Shantanu -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to t