This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-21
Channels
- # babashka (11)
- # beginners (15)
- # cider (2)
- # cljdoc (36)
- # cljsrn (3)
- # clojure (6)
- # clojure-europe (9)
- # clojurescript (17)
- # conjure (3)
- # deps-new (6)
- # development-containers (1)
- # emacs (3)
- # fulcro (4)
- # gratitude (14)
- # introduce-yourself (2)
- # joker (14)
- # lsp (1)
- # luminus (7)
- # malli (6)
- # polylith (7)
- # releases (1)
- # reveal (3)
- # sql (4)
- # vim (18)
Another progress report: I completed regex spec support for "spec forms" feature in Reveal https://twitter.com/v1aaad/status/1429144113153183746
I like that implementing forms for regex specs made the complexity of data-driven APIs more visible. You can encode a lot using regex specs, and sometimes it's not clear what are all the possible available data shapes, and more importantly, what's the meaning (names) that's encoded with these terse data structures.
👍 3