todo.org @ 39d48991a79b

Make some data structures. Everything is broken right now.
author Steve Losh <steve@stevelosh.com>
date Thu, 21 Jul 2011 20:14:53 -0400
parents 827c992e7b65
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.