todo.org @ 7942222da830

Followbox and associated improvements.

It's still a bit buggy, but I'm done for the night.
author Steve Losh <steve@stevelosh.com>
date Fri, 02 Sep 2011 20:10:35 -0400
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.