This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-11-01
Channels
- # babashka (1)
- # beginners (28)
- # calva (28)
- # cider (8)
- # clj-kondo (1)
- # clojars (4)
- # clojure (20)
- # clojure-australia (1)
- # clojure-europe (13)
- # clojure-uk (2)
- # clojurescript (2)
- # conjure (4)
- # core-async (4)
- # cryogen (3)
- # datomic (17)
- # fulcro (3)
- # helix (45)
- # malli (9)
- # off-topic (6)
- # pathom (3)
- # re-frame (13)
- # reitit (17)
- # sci (1)
- # shadow-cljs (9)
- # sql (6)
- # tools-deps (11)
- # vim (17)
@thomas I can confirm it’s very weird to hear Claudia Winkleman saying my name…..
😂 3
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?)))