This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-30
Channels
- # announcements (2)
- # babashka (37)
- # beginners (64)
- # biff (27)
- # cherry (7)
- # cider (19)
- # clj-kondo (10)
- # clojure-austin (4)
- # clojure-doc (18)
- # clojure-europe (72)
- # clojure-nl (1)
- # clojure-norway (13)
- # clojure-uk (5)
- # clojurescript (18)
- # data-science (28)
- # events (5)
- # graalvm (32)
- # hyperfiddle (6)
- # introduce-yourself (1)
- # jobs (4)
- # joyride (16)
- # juxt (6)
- # malli (7)
- # missionary (3)
- # off-topic (18)
- # pathom (15)
- # portal (14)
- # re-frame (14)
- # reitit (5)
- # releases (1)
- # rum (2)
- # sci (1)
- # shadow-cljs (102)
- # spacemacs (3)
- # sql (6)
- # web-security (2)
- # xtdb (10)
You know what might be handy (does it exist already?) - a go-to list of lint-as
settings for libraries, for example, through trial-and-error, I managed to figure out that compojure.api.sweet/defroutes
can be linted as clojure.core/def
. It would be nice to be able to go to a webpage and for it to say "if you're using such and such a library and function, here is what you can lint it as..."
That is indeed better, but requires co-operation with the library author - and for it to be released and so on. On the other hand, having a page where a reference can be found (and removed, once the library has been clj-kondofied) is a stop-gap easy win.
there's also a contrib project here that doesn't require coordination with authors: https://github.com/babashka/sci.configs