This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-03-11
Channels
- # announcements (15)
- # aws (11)
- # babashka (13)
- # babashka-sci-dev (2)
- # beginners (63)
- # calva (20)
- # cider (9)
- # clj-kondo (27)
- # clojars (3)
- # clojure (34)
- # clojure-art (4)
- # clojure-europe (21)
- # clojure-filipino (1)
- # clojure-indonesia (1)
- # clojure-my (1)
- # clojure-nl (11)
- # clojure-norway (10)
- # clojure-sg (1)
- # clojure-spec (4)
- # clojure-uk (4)
- # clojurescript (5)
- # cursive (8)
- # deps-new (2)
- # events (1)
- # exercism (2)
- # fulcro (44)
- # graphql (6)
- # gratitude (1)
- # introduce-yourself (1)
- # jobs (3)
- # leiningen (5)
- # lsp (26)
- # membrane (18)
- # missionary (9)
- # off-topic (1)
- # pedestal (5)
- # portal (1)
- # quil (24)
- # re-frame (17)
- # reagent (5)
- # remote-jobs (2)
- # reveal (3)
- # spacemacs (4)
- # tools-build (1)
- # tools-deps (12)
are there or could there be plans to add support for inline function specs into clojure.core? Microsoft has suggested an https://devblogs.microsoft.com/typescript/a-proposal-for-type-syntax-in-javascript/, based on TS. I would really like to see something similar for clojure, could be spec or something pluggable that could be implemented with malli too. now there is the Plumatic syntax (schema+malli), ghostwheel (spec), guardrails (spec), aave (malli) and many others.

just for docs, I think the community would be eager to built actual tooling on top of that (ides, linters, instrumentation etc)
Possibly, although those specs may be a different form than what we have now