idioms / programming style

2010-03-01 Thread Kevin Archie
How close are we to a recommended programming style for Clojure? When there is more than one way to do something, should I emulate the style in core.clj? The situation that brought this up: I notice that in core.clj, the default clause for a cond is usually marked with :else. This seems like a pun

having trouble with http.async.client

2011-03-07 Thread Kevin Archie
I'm trying to use http.async.client to do a PUT request (where I don't care about the response) and my code is hanging -- apparently after succesfully completing the PUT, from the server's perspective. This isn't quite what I'm doing, but exhibits the same behavior: (require '[http.async.client :