Fork me on GitHub
#off-topic
<
2017-11-01
>
hmaurer11:11:03

Is anybody here using Heroku to host a backend clojure app?

nickmbailey15:11:39

i’m running some prototypes on heroku

qqq15:11:36

anyone here using https://news.ycombinator.com/item?id=15600928 ? (closh, the clojure shell)

tatut15:11:40

not yet, but plan to

bronsa15:11:38

startup time seems to be an issue

dpsutton15:11:39

does that impact shell forking or just initial startup?

dpsutton15:11:01

do you pay that startup cost once or repeatedly

bronsa16:11:31

I don't think closh supports forking yet?

dpsutton16:11:50

oh. i thought shells had to fork just intrinsically.

noisesmith16:11:29

tbh it's barely a shell

dominicm16:11:31

@bronsa what sort of startup time are you getting with it? Is it particularly slow?

dominicm16:11:42

lumo is pretty fast at startup.

bronsa16:11:09

i'm getting 0.8s startup

alandipert17:11:36

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

dpsutton20:11:24

where can we report bugs in clojure docs? found a broken source link

dpsutton20:11:29

the source link on that is broken

juhoteperi20:11:52

Hmm, the source links works for me. it just takes some time to load the whole file

dpsutton20:11:42

oh it's dropping the ! from the url parsing haha

dpsutton20:11:46

add the ! at the end

juhoteperi20:11:41

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

dpsutton20:11:17

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?

juhoteperi20:11:07

Clojuredocs github repo should be good place to open an issue, I linked it few messages ago