I want to output a directory with a similar listing (see below), but
only a fixed number of spaces.  Is there  a clojure approach to
already do this.

-rw 13290 1216183460872 LispExample_Flow.png
-rw 3211 1217537516267 PDFReport.java

I think in Common Lisp, the powerful 'format' could make this happen
probably in one line.  Anyone conjure a clojure approach?

Basically, I need output with a fixed number of columns, I guess I use
an 'array' of 20 spaces and then fill then fill the array with
content.

--~--~---------~--~----~------------~-------~--~----~
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