This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-12-14
Channels
- # adventofcode (29)
- # aws (3)
- # babashka (25)
- # beginners (13)
- # calva (4)
- # cherry (7)
- # cider (26)
- # clj-kondo (9)
- # clojure (88)
- # clojure-europe (21)
- # clojure-losangeles (3)
- # clojure-nl (1)
- # clojure-norway (6)
- # clojure-uk (11)
- # clojuredesign-podcast (2)
- # clojurescript (4)
- # cursive (10)
- # datalevin (1)
- # emacs (50)
- # gratitude (1)
- # honeysql (12)
- # hyperfiddle (19)
- # jobs-discuss (28)
- # kaocha (3)
- # lsp (53)
- # malli (4)
- # meander (3)
- # off-topic (48)
- # re-frame (11)
- # releases (2)
- # ring-swagger (2)
- # shadow-cljs (50)
- # squint (26)
- # tools-build (3)
- # tools-deps (8)
- # xtdb (4)
- # yamlscript (1)
Datalevin 0.8.24 is out. Make it possible to do full-text search on individual attribute or group of attributes, in addition to full database search. https://github.com/juji-io/datalevin
https://github.com/squint-cljs/squint: ClojureScript syntax to JavaScript compiler
v0.4.81 (2023-12-11)
• Fix compileString
in JS API
v0.4.80 (2023-12-11)
• Optimization: sort largest set first for set/union
, and smallest first for set/intersection
• Add sorted-set
, long
, abs
, keep-indexed
transducer arity
v0.4.79 (2023-12-09)
• The children
function in tree-seq
may return nil
v0.4.78 (2023-12-09)
• Add clojure.set/join
• Add tree-seq
, flatten
, seq?
and sequential?
0.4.77 (2023-12-09)
• Add clojure.set
functions select
, rename-keys
, rename
, project
, and map-invert
(https://github.com/PEZ)
• Fix reduce-kv
with js/Map
input
0.4.76 (2023-12-07)
• Add more clojure.set
functions: difference
, union
, subset?
, and superset?
(https://github.com/PEZ)
0.4.75 (2023-12-07)
• Let any object that has Symbol.iterable
be destructureable even if it is not instance of Object