Fork me on GitHub
#clojure-europe
<
2020-11-01
>
jasonbell08:11:10

@thomas I can confirm it’s very weird to hear Claudia Winkleman saying my name…..

😂 3
thomas13:11:11

Yup, I agree. Though the looks are more confusing I think.

😂 3
borkdude13:11:47

I'm considering a DSL for grasp (https://github.com/borkdude/grasp) that's nicer to work with on the command line. E.g.:

(g/seq 'reify symbol? (s/+ any?))
instead of:
(s/and seq? (s/cat :r #{'reify} :s symbol? :tail (s/+ any?)))

genRaiy18:11:57

👍:skin-tone-3:

dominicm19:11:20

Philosophical question. What namespace do you use when you expect multiple creators/consumers of data?

borkdude19:11:45

Can you give an example?

dominicm19:11:15

In thinking of one, I think I've answered my question. An error map :)

dominicm19:11:31

Anomalies matches the description