(println (format ...)) can be rewritten as (printf ...) if you add a \n to
your string.

A large chunk of your computations after the definitions appear to be
global definitions and print messages to achieve some sort of unit
testing.  I encourage you to refactor this using clojure.test so you can
get a feel for how unit testing is generally done in Clojure.  Those
definitions could then be made local, and the printing is probably
unnecessary.

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to