This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-01-23
Channels
- # arachne (3)
- # aws (1)
- # bangalore-clj (2)
- # beginners (19)
- # boot (151)
- # cider (72)
- # cljs-dev (9)
- # cljsjs (7)
- # cljsrn (37)
- # clojure (215)
- # clojure-austin (1)
- # clojure-denmark (2)
- # clojure-dev (68)
- # clojure-india (1)
- # clojure-ireland (2)
- # clojure-italy (4)
- # clojure-mke (1)
- # clojure-nl (4)
- # clojure-russia (4)
- # clojure-serbia (1)
- # clojure-spec (29)
- # clojure-uk (23)
- # clojurescript (23)
- # cursive (24)
- # datomic (71)
- # emacs (5)
- # events (1)
- # gsoc (11)
- # hoplon (20)
- # klipse (4)
- # lambdaisland (2)
- # leiningen (3)
- # luminus (3)
- # off-topic (30)
- # om (40)
- # om-next (1)
- # onyx (15)
- # pedestal (19)
- # perun (7)
- # planck (23)
- # proton (1)
- # protorepl (2)
- # re-frame (35)
- # reagent (21)
- # ring-swagger (38)
- # rum (19)
- # spacemacs (9)
- # untangled (11)
- # vim (5)
- # yada (4)
@richiardiandrea Wow, I didn't know that.... the guide was kinda burried in the wiki. Guess I'll leave it here for others: https://github.com/clojure/clojurescript/wiki/JavaScript-Module-Support-(Alpha)
@akiroz I think that is brand new stuff 😉
even with no need for externs I would still find it incredibly useful simply being able to pull dependencies off Clojars, so I’d be keen to continue using cljsjs
instead of having to depend on another tool e.g. npm to fetch the deps @richiardiandrea
@superstructor that part of dep management is definitely sound. I was thinking of trying yarn for pulling .node_modules
, in theory it is better than npm
@richiardiandrea: yarn does look a lot better :thumbsup: personally I would like my only build dependencies to be the JVM and boot-clj (not Node.js / npm /yarn etc). Not only is it simpler, but our backend Clojure guys don't want to install Node.js just to be able to build the front end project. I guess in theory that could also be achieved with some kind of boot tasks / lein plugin that did the equivalent of npm / yarn.
@superstructor yeah agree, though yarn has faster startup time. Still torn on this one. There is an experimental boot-npm
btw. I am excited anyways for the new stuff, also because of node.js support
@richiardiandrea didn’t know about boot-npm
, thanks for pointing that out 🙂 now just need a boot-yarn
and maybe in future it might be possible to run all that on the JVM :thinking_face: