This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-11-01
Channels
- # aws (2)
- # aws-lambda (18)
- # beginners (68)
- # boot (6)
- # cider (2)
- # clara (2)
- # clojars (27)
- # clojure (68)
- # clojure-austin (5)
- # clojure-berlin (6)
- # clojure-dev (28)
- # clojure-greece (7)
- # clojure-italy (46)
- # clojure-japan (3)
- # clojure-nl (1)
- # clojure-russia (8)
- # clojure-sg (1)
- # clojure-spec (17)
- # clojure-uk (86)
- # clojurescript (82)
- # community-development (2)
- # cursive (18)
- # datomic (11)
- # duct (5)
- # fulcro (254)
- # garden (2)
- # graphql (6)
- # hoplon (19)
- # instaparse (4)
- # kekkonen (2)
- # leiningen (4)
- # luminus (3)
- # lumo (9)
- # off-topic (28)
- # om (7)
- # onyx (38)
- # other-languages (27)
- # portkey (7)
- # protorepl (1)
- # re-frame (56)
- # reagent (64)
- # ring (14)
- # ring-swagger (7)
- # shadow-cljs (255)
- # sql (2)
- # vim (11)
- # yada (10)
i’m running some prototypes on heroku
anyone here using https://news.ycombinator.com/item?id=15600928 ? (closh, the clojure shell)
tbh it's barely a shell
i noticed wide variance in lumo startup between macos/linux and different nodejs versions last i tested. like 800ms here, < 100 ms there. unhelpfully, i can't remember what was fastest/slowest tho. and i never found out why
@dpsutton Which docs? if http://Clojure.org: https://github.com/clojure/clojure-site
Hmm, the source links works for me. it just takes some time to load the whole file
ah yeah. it's set! https://clojuredocs.org/clojure.core/set!
and the malformed link for source: https://github.com/clojure/clojure/blob/clojure-1.9.0-alpha14/src/clj/#L
set!
is a special form so it is not defined in core.clj
, but in clojure.lang.Compiler
: https://github.com/clojure/clojure/blob/clojure-1.9.0-alpha14/src/jvm/clojure/lang/Compiler.java#L596, probably it would make sense to just hide the source link if no location can be found
ah ok. thanks for looking over that with me then. is there a place i can suggest that or are you in a position to do that?
Clojuredocs github repo should be good place to open an issue, I linked it few messages ago