Fork me on GitHub
#clojure-nl
<
2019-09-17
>
Mno07:09:01

Tere hommikust (Estonian)

borkdude08:09:09

Bonan matenon (Esperanto)

gklijs08:09:58

Morning, tested the GraphQL endpoint overnight, can handle 300 req/sec single instance, not really sure if it's good or bad.

borkdude08:09:01

Trying to implement sane behavior for a "type checker" in clj-kondo:

$ echo '(defn foo [^String x]) (foo 1)' | clj -A:clj-kondo --lint -
<stdin>:1:20: warning: unused binding x
<stdin>:1:29: error: Expected: string or nil, received: positive integer.
It's a bit of a rabbit hole 😛

borkdude08:09:44

Now back to work-work

helios08:09:39

@borkdude cheers, looks like hard work but very satisfying 😄

thomas09:09:42

Buono estente

helios09:09:43

@borkdude btw there is a thread on graalVM on hacker news today and they were discussing clojure.. i felt free to mention clj-kondo, sci, etc. 😄

borkdude09:09:49

oh thank you 🙂