This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-08
Channels
- # announcements (2)
- # beginners (75)
- # cider (2)
- # clj-kondo (8)
- # cljs-dev (4)
- # clojure (69)
- # clojure-europe (4)
- # clojure-nl (6)
- # clojure-uk (1)
- # clojurescript (17)
- # clojureverse-ops (1)
- # cursive (7)
- # lsp (7)
- # malli (10)
- # missionary (2)
- # off-topic (16)
- # pathom (4)
- # polylith (5)
- # portkey (1)
- # reitit (4)
- # rewrite-clj (1)
- # shadow-cljs (5)
- # spacemacs (3)
- # specter (3)
- # xtdb (14)
Hey all, @borkdude suggested I announce the retro-computing aesthetics Twitter bot I just finished building. It's built with nbb (which was a joy to build with for this project). Here's the announce Tweet where you can find a link to the bot ("c64core") and to the nbb/cljs source code: https://twitter.com/mccrmx/status/1424354480619810817 Enjoy!
We are happy to announce [metosin/malli "0.6.0"]
, a summer vacation edition. Malli is a complete validation and specification library for Clojure/Script. The release has the following changes:
• new tools to instrument function values and schematized vars
• new repl/development tools to watch function registry emitting clj-kondo & instrumentation on changes (clj only)
• optional fipp-based pretty printer for runtime (function schema) errors
• support for var-metadata based function schemas - annotate your code without dependencies to malli
• proper function schema guide: https://cljdoc.org/d/metosin/malli/CURRENT/doc/function-schemas
• robust humanized errors - error forms are derived from the first error, fixes all reported bugs
• much faster collection validation and transformation, kudos to @ben.sless 🚀
• new malli->plantuml schema transformer
• lot’s of small improvements
• small breaking changes, check CHANGELOG for details.
Big thanks to all contributors and testers! If you are interested in using or developing malli, join #malli
https://github.com/metosin/malli/blob/master/CHANGELOG.md#060-2021-08-08
The new dev-tooling in action:



