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.
raymcdermott 2020-09-26T08:25:48.031300Z

Yet another place to enjoy Clojure things... We are starting to host theย  apropos-clojure ย live stream on Discord as of the next episode on Wed 30th Oct 2000 CEST Here is an invite link that will not expire: https://discord.gg/39DHbU8 We will continue posting the recordings on YouTube for folks that can't or don't want to join live. Hope to see you there Ray

9
๐Ÿคž 1
borkdude 2020-09-26T14:57:00.036800Z

Released deps.clj 0.0.10, a 100% Clojure port of the Clojure CLI https://github.com/borkdude/deps.clj/releases/tag/v0.0.10 Parity with Clojure Tools 1.10.1.697

๐ŸŽ‰ 27
practicalli-john 2020-09-26T17:40:07.043900Z

Major change to the Practicalli Clojure deps.edn user wide configuration for Clojure CLI Alias names are now qualified, using the pupose as the name, e.g. :project/new and :project/outdated . This makes alias names shorter whilst still conveying their use across all projects. Examples of using aliases with the new -M and -X flags (where supported) have bee added and all instances of the -A flag have been deprecated or replaced. The -M flag replaces all previous uses of -R and -A. Library versions used in all aliases updated as of today, 26th September 2020, using the :project/outdated alias that runs the very useful antq library. https://github.com/practicalli/clojure-deps-edn

๐Ÿ‘ 5
๐ŸŽ‰ 7