This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-13
Channels
- # aleph (6)
- # announcements (10)
- # asami (3)
- # babashka (111)
- # babashka-sci-dev (20)
- # beginners (28)
- # calva (28)
- # clj-http (1)
- # clj-kondo (23)
- # cljs-dev (16)
- # cljsrn (23)
- # clojure (116)
- # clojure-czech (3)
- # clojure-europe (33)
- # clojure-nl (1)
- # clojure-norway (7)
- # clojure-uk (5)
- # clojurescript (41)
- # community-development (2)
- # cursive (5)
- # datahike (4)
- # datomic (13)
- # figwheel-main (3)
- # fulcro (11)
- # google-cloud (1)
- # gratitude (8)
- # hyperfiddle (14)
- # jobs (2)
- # lsp (22)
- # malli (4)
- # off-topic (4)
- # other-languages (4)
- # pathom (13)
- # portal (40)
- # rdf (11)
- # reitit (1)
- # sci (15)
- # shadow-cljs (7)
- # specter (1)
- # sql (6)
- # xtdb (4)
New library to perform some actions and init some data in compile-time, e.g. set var with git commit info https://github.com/ilevd/compile-time

No, not tagged literals. #=
is an eval dispatch tag, or whatever it's called, implemented by EvalReader
.
Its corresponding form is evaluated at read time but only if *read-eval*
is set to true.
Misuse. It's one of those features that look simple and really useful on the surface but in reality there are a lot of things to consider and usually some different tool would be more appropriate.
symspell-clj 0.4.3 is released. It is a fast spell checker for Clojure that can spell-check English words and sentence. It does some sensible things such as word segmentation, avoiding spell-checking email addresses and numbers, preserve cases, and so on. https://github.com/juji-io/symspell-clj