This commit is contained in:
Michiel Borkent 2021-05-26 14:07:40 +02:00
parent 97369859dd
commit 4c0892a7a5

View file

@ -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)