Hi Alex,

I've done similar things in the past, also by throwing together plain
strings and using `format` as a kind of templating thingy.  I don't even
think it's a too bad approach.

With respect to the side-effects: you can omit all of them (glancing at
your code) by giving up the indentation.  There's no reason to do any
formatting in languages where indentation has no meaning.  Spit out one
large line or a bunch of unindented lines and use a tool like `astyle`
or the eclipse code formatter for making it pretty.

Bye,
Tassilo

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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