todo.org @ 99a4600a4575

Update to Clojure 1.3.  You'll need to lein clean; lein deps.

That was only moderately painful.  I expected worse.
author Steve Losh <steve@stevelosh.com>
date Tue, 31 Jan 2012 19:33:57 -0500
parents 39d48991a79b
children (none)
* TODO Use Clojure's ugly keyword arguments.

  (defn dothreads! [f & {thread-count :threads exec-count :times
                         :or {thread-count 1 exec-count 1}}]
  ...)

* TODO Use some pre/post conditions.