This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-04-07
Channels
- # beginners (41)
- # boot (38)
- # cider (17)
- # cljs-dev (52)
- # cljsjs (3)
- # clojure (200)
- # clojure-italy (8)
- # clojure-russia (50)
- # clojure-spec (28)
- # clojure-uk (45)
- # clojurescript (28)
- # core-async (9)
- # core-matrix (2)
- # cursive (16)
- # datascript (15)
- # datomic (50)
- # dirac (5)
- # emacs (20)
- # figwheel (8)
- # flambo (2)
- # hoplon (10)
- # incanter (1)
- # jobs (1)
- # leiningen (2)
- # lumo (26)
- # mount (171)
- # off-topic (22)
- # om (54)
- # onyx (2)
- # pedestal (27)
- # re-frame (10)
- # reagent (12)
- # ring (27)
- # ring-swagger (3)
- # rum (2)
- # slack-help (1)
- # spacemacs (134)
- # specter (6)
- # sql (15)
- # testing (20)
- # uncomplicate (5)
- # unrepl (49)
- # untangled (9)
- # yada (29)
1) I guess if you're using js on the server side too, you can achieve the same. 2) I think this is #off-topic rather than #clojurecript .
@lockdown you might be interested in this video. It puts the case fairly well: https://www.youtube.com/watch?v=gsffg5xxFQI (I'm unsure of what you already know and what goals are driving your question)
What is the clj equiv of
(try
...
(catch Exception e (foo (:ex-data e))))
it seems like Exception
exists in Clojure but not in CLJS(reposted from clojure-spec) Has anyone seen a similar error message like this lately? Attempting to call unbound fn: #’clojure.spec/macroexpand-check We get it in our ClojureScript build. We’re using clojure.future.spec alpha15.
Hey so I just picked up clojure and i’m making a fun little app with it, but I hit a snag in frontend land. I can’t’ figure out exactly what the difference between om and om.next is. So… what’s the difference?
And (I’m sure this is really opinionated but…) should I just be using reagent and re-frame instead?
Om is the first draft of mixing ClojureScript and React. Om.Next still mixes React and ClojureScript but takes a lot of inspiration from GraphQL and Falcor
You can get a better answer in the #om channel
has anyone played around with goog.net.IframeIo?
specifically with cross-domain iframey stuff
I hadn't yet heard of Om.Next, thanks @spinningtopsofdoom
NP glad to help 🙂
Hello guys, It might be a dumb question but after generating a project with lein new figwheel
, I have a out/cljs/core.cljs.cache.json
file in my project. Someone knows what it is and what it is used for ? It looks like it’s and edn
which dumps meta informations of core functions
@baptiste-from-paris we cache analysis to avoid reparsing source files