diff src/rlm/function_utils.clj @ 9:1065e7d615a4 tip

deactivate some cruft.
author Robert McIntyre <rlm@mit.edu>
date Mon, 08 Jul 2013 12:51:12 -0400
parents b8bbb0dbda7b
children
line wrap: on
line diff
     1.1 --- a/src/rlm/function_utils.clj	Thu Jul 19 10:56:39 2012 -0500
     1.2 +++ b/src/rlm/function_utils.clj	Mon Jul 08 12:51:12 2013 -0400
     1.3 @@ -83,7 +83,7 @@
     1.4  	name (with-meta name
     1.5                 (assoc (meta name) :arglists `(quote ~arglists)
     1.6                        :doc doc-string))]   
     1.7 -    `(def ~name (mix ~@functions))))
     1.8 +    `(def ~name (race ~@functions))))
     1.9  
    1.10  (defn runonce
    1.11    "Decorator.  returns a function which will run only once. Inspired