This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-03
Channels
- # aws-lambda (6)
- # beginners (38)
- # boot (39)
- # cider (44)
- # cljs-dev (9)
- # cljsrn (96)
- # clojure (142)
- # clojure-dev (6)
- # clojure-dusseldorf (8)
- # clojure-greece (45)
- # clojure-ireland (3)
- # clojure-italy (7)
- # clojure-norway (6)
- # clojure-russia (26)
- # clojure-sg (16)
- # clojure-spec (31)
- # clojure-uk (39)
- # clojurescript (125)
- # cursive (38)
- # datascript (4)
- # datomic (18)
- # emacs (34)
- # figwheel (2)
- # hoplon (3)
- # immutant (23)
- # jobs (1)
- # lambdaisland (2)
- # lumo (13)
- # off-topic (77)
- # om (8)
- # onyx (9)
- # pedestal (2)
- # play-clj (1)
- # re-frame (52)
- # reagent (3)
- # rum (4)
- # spacemacs (2)
- # specter (4)
- # unrepl (37)
- # untangled (8)
- # vim (79)
- # yada (1)
@anmonteiro yep, it can't be solved, gotta use /bin/sh. But I think that breaks the node_modules stuff you fixed, (unconfirmed)
Perhaps Lumo can slip below the 80 ms perception threshold with this Prepack stuff :thinking_face:
@mfikes I totally made a note to check it out 馃檪
47.1 ms for Liutikov's Hello World ClojureScript test (previously 113.3 ms), which makes you wonder if it is doing interesting stuff with the ClojureScript standard lib
oooh promising
yeah I鈥檓 totally going to check it out tonight 馃檪
there might be some gotchas
Just worries me to do that with self-hosted
it might optimize away things that we can鈥檛 know if are going to be used
same reason why we can鈥檛 compile the self-hosted compiler under advanced
guess we won鈥檛 know until I try