todo.org @ e207b5fdb092

now working with protocol 23 (modulo a few intermittent errors)
author Jason Dufair <jase@dufair.org>
date Tue, 31 Jan 2012 12:57:17 -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.