https://github.com/squint-cljs/squint: Light-weight ClojureScript dialect 0.12.192 • Add support for Vite 5-8 0.12.191 • Add`dedupe`(seq and transducer arities) • Add`distinct?`,`any?`,`ifn?`,`list*` • Fixhttps://github.com/squint-cljs/squint/issues/819: macro changes not picked up in watch mode. The persistent compiler now re-evaluates a macro namespace when its source file changes (mtime + sha256 gate), instead of keeping the first-loaded definitions. • REPL: print promises as`#<Promise 1>`/`#<Promise rejected ..>`/`#<Promise pending>`instead of silently unwrapping them. Also surfaces a Promise wrapper in the playground (resolved value still inspectable).
Lots of great additions made to #C0B655S3R19 website's dialects page today. Take a look at: https://clojure.cc/dialects/ • Change "Clojure's Covey" title to "Clojure & Co" ◦ Thanks @pez++ • Page has edit button for in browser change PRs ◦ Updates YAML file containing all the data ◦ Dialects page markdown generated from that data • 8 new dialects added. 38 total! • Repo star counts (initial table view sorted by this) • Version and dates of dialect release (or last commit) ◦ Stars and releases update with every new commit ◦ Or once a night via GHA workflow • All columns sortable (and order persists for next time) • Reference links to 3 "Other Curated Lists" • Also the home page Flower logo is dynamic and changes every reload ◦ The flower petals link to their dialect • Tries to work well on phones too! If you have more ideas, we're ready to hear them!!!