This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-07-13
Channels
- # beginners (18)
- # calva (6)
- # cider (9)
- # clara (1)
- # cljdoc (14)
- # clojure (25)
- # clojure-boston (4)
- # clojure-brasil (3)
- # clojure-czech (2)
- # clojure-italy (2)
- # clojure-sweden (6)
- # clojurescript (6)
- # cursive (6)
- # data-science (4)
- # datomic (2)
- # emacs (5)
- # fulcro (2)
- # kaocha (4)
- # off-topic (2)
- # other-languages (1)
- # pathom (5)
- # precept (1)
- # reagent (2)
- # reitit (1)
- # shadow-cljs (2)
- # spacemacs (49)
- # tools-deps (13)
- # vim (14)
- # xtdb (4)
When I try to call the (time f) function in a Node repl it just return the f result, not the elapsed time. Does cjls work different for (time)?
Hi, I am trying to (defmulti / dispatch)
and when I call (defmethod / ...)
it throws
No protocol method IMultiFn.-add-method defined for type undefined:
Something weird is going on with /
as the symbol because if I try the same with different symbol everything works. Any hints?