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