Misc. utility functions and macros, such as:
condl cond with :let clauses
count-bound compare length of possibly infinite seq: (count-bound 3 < (repeat :x)) => true
match-case pattern matching w richer syntax but slower than clojure.match
reducer reduce right-to-left [preserves laziness]
(use 'mgm7734.util)
Copyright (C) 2012 FIXME
Distributed under the Eclipse Public License, the same as Clojure.