clojure-europe

For people in Europe... or elsewhere... UGT https://indieweb.org/Universal_Greeting_Time
dominicm 2020-11-01T08:20:55.048400Z

Morning.

jasonbell 2020-11-01T08:42:46.048600Z

Morning

jasonbell 2020-11-01T08:43:10.049200Z

@thomas I can confirm itโ€™s very weird to hear Claudia Winkleman saying my nameโ€ฆ..

๐Ÿ˜‚ 1
2020-11-01T12:31:16.049400Z

morning

thomas 2020-11-01T13:28:11.049600Z

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

๐Ÿ˜‚ 1
thomas 2020-11-01T13:28:16.049900Z

mogge

borkdude 2020-11-01T13:30:47.051200Z

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?)))

raymcdermott 2020-11-01T18:48:57.051900Z

๐Ÿ‘:skin-tone-3:

borkdude 2020-11-01T18:49:36.052100Z

Done: https://github.com/borkdude/grasp#convenience-macros

dominicm 2020-11-01T19:18:20.053200Z

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

borkdude 2020-11-01T19:19:45.053400Z

Can you give an example?

dominicm 2020-11-01T19:25:15.053900Z

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

dominicm 2020-11-01T19:30:31.054200Z

Anomalies matches the description