todo.org @ c6658b4f41a5 default tip

Mention the ML
author Steve Losh <steve@stevelosh.com>
date Thu, 31 May 2012 18:53:16 -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.