diff --git a/src/scittle/core.cljs b/src/scittle/core.cljs index 605b480..5bb0e35 100644 --- a/src/scittle/core.cljs +++ b/src/scittle/core.cljs @@ -4,7 +4,7 @@ [goog.string] [sci.core :as sci])) -(defmacro time +(clojure.core/defmacro time "Evaluates expr and prints the time it took. Returns the value of expr." [expr] `(let [start# (cljs.core/system-time)