This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-24
Channels
- # announcements (1)
- # aws (2)
- # beginners (147)
- # boot (19)
- # cider (57)
- # clara (52)
- # cljdoc (18)
- # cljs-dev (14)
- # cljsrn (4)
- # clojure (176)
- # clojure-conj (9)
- # clojure-dev (9)
- # clojure-germany (2)
- # clojure-italy (4)
- # clojure-spec (13)
- # clojure-uk (56)
- # clojurescript (72)
- # code-reviews (11)
- # cursive (17)
- # data-science (1)
- # datomic (52)
- # duct (26)
- # emacs (6)
- # events (9)
- # figwheel (1)
- # figwheel-main (21)
- # fulcro (132)
- # funcool (1)
- # graphql (3)
- # jobs-discuss (42)
- # leiningen (3)
- # luminus (45)
- # mount (10)
- # off-topic (2)
- # re-frame (17)
- # reagent (12)
- # reitit (20)
- # ring-swagger (7)
- # rum (3)
- # shadow-cljs (256)
- # slack-help (15)
- # sql (7)
- # tools-deps (50)
- # uncomplicate (1)
- # yada (9)
Hey, core.rrb-vector has a thing where they have (accidentally, I presume) a .clj
namespace and .cljs
namespace with the same name and the clj side has a macro with the same name as a cljs side function. When you :refer
it, it depends on if you have the clj side already required whether you get the macro or the function. I assume this is not a bug in ClojureScript compiler, but more like undefined behavior?
(The issue is here: https://dev.clojure.org/jira/browse/CRRBV-15)
I was surprised that range accepts doubles and not just ints, but I guess it makes sense now
we should probably update the :npm-deps
compiler option documentation to mention webpack and link to it
I'm surprised that so many people continue to ask about it, but I think they're probably finding it through compiler options
Just as another data point, we tried :npm-deps
after reading this https://clojurescript.org/news/2017-07-12-clojurescript-is-not-an-island-integrating-node-modules