This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-24
Channels
- # beginners (12)
- # boot (15)
- # chestnut (1)
- # cljs-dev (24)
- # cljsrn (2)
- # clojure (32)
- # clojure-dev (9)
- # clojure-news (1)
- # clojure-spec (7)
- # clojurescript (17)
- # cursive (12)
- # datomic (13)
- # hoplon (13)
- # instaparse (8)
- # jobs (3)
- # luminus (11)
- # lumo (10)
- # off-topic (2)
- # parinfer (2)
- # pedestal (2)
- # protorepl (3)
- # slack-help (1)
- # sql (6)
- # vim (1)
@emccue you can just use both and run the two servers on different ports
@pastafari I haven’t used it with CLJS but I have used it before. I don’t forsee any issues if you can use it as foreign lib.
@pastafari oh this is under Node.js and you don’t need advanced
will probably cut a ClojureScript release on Monday, if you know how to test against master try to give it shot if you can
^ here is how to build it https://clojurescript.org/community/building
@zilti it's possible to implement, but it goes against the good practices, there's only a single thread in JS and you're not encouraged to block it
@metametadata not encouraged? I don't understand. What would be the point of blocking in javascript? While you're blocking nothing interesting will happen, right?