todo.org @ 1d52b74b6239

Add look and turn actions.
author Steve Losh <steve@stevelosh.com>
date Sun, 14 Aug 2011 15:18:51 -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.