announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
mihaelkonjevic 2020-07-31T14:43:16.311600Z

Announcing keechma/entitydb, second iteration of EntityDB - a client side database and normalization engine for ClojureScript https://github.com/keechma/keechma-entitydb

👍 8
alexmiller 2020-07-31T20:57:07.315700Z

A new clj release candidate (what we were formerly calling "dev" releases) is now available - 1.10.1.619 (see https://github.com/clojure/homebrew-tools#version-archive-tool-releases for installation info) • Fixes -Spom regression in overwriting groupId in existing pom.xml files • Improvements in error handling for -X • New: -F execution specifier to invoke an arbitrary function that takes a map at the command line: clj -Fclojure.core/pr :a 1 :b 2 => {:a 1 :b 2}

🎉 20