This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-10
Channels
- # aws (39)
- # babashka (4)
- # beginners (5)
- # biff (25)
- # cider (14)
- # clj-on-windows (40)
- # clojure-europe (36)
- # clojure-gamedev (1)
- # clojure-losangeles (4)
- # clojure-norway (51)
- # clojure-spec (5)
- # clojure-uk (2)
- # clojurescript (2)
- # clr (176)
- # data-science (10)
- # datalevin (17)
- # datomic (7)
- # deps-new (4)
- # docs (3)
- # emacs (12)
- # figwheel (3)
- # figwheel-main (5)
- # hyperfiddle (20)
- # instaparse (3)
- # introduce-yourself (8)
- # lsp (66)
- # malli (43)
- # off-topic (4)
- # rdf (11)
- # reagent (5)
- # releases (2)
- # sci (11)
- # shadow-cljs (24)
- # slack-help (2)
- # specter (7)
- # tools-deps (3)
- # xtdb (48)
Folks who are interested in improving docs might be interested in upvoting this docstring fix improvement before it gets any older: https://ask.clojure.org/index.php/4645/clojure-core-assert-docstring-is-incorrect
(My hypothesis is that it's a holdover from 2009/v1.1, when assert
https://github.com/clojure/clojure/commit/0ac482878a1dd520cbee2faa0f5f6ab1082ffa76#diff-313df99869bda118262a387b322021d2cd9bea959fad3890cb78c6c37b448299R2816.)
it does not say Exception (a class), but exception (a mechanism). there is no promise of a specific class here, and that part of the docstring is still correct