Skip to content

Commit 2a224a6

Browse files
committed
add deref
1 parent bc0bb63 commit 2a224a6

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

content/news/2024/09/06/deref.adoc

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
= Clojure Deref (Sept 6, 2024)
2+
Alex Miller
3+
2024-09-06
4+
:jbake-type: post
5+
6+
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
7+
8+
Welcome to the Clojure Deref! This is a weekly link/news roundup for the Clojure ecosystem (feed: https://clojure.org/feed.xml[RSS]). Thanks to Anton Fonarev for link aggregation.
9+
10+
== From the core
11+
12+
BIG NEWS: https://clojure.org/news/2024/09/05/clojure-1-12-0[Clojure 1.12] is now available! Please do take a look at the release notes - we are excited to bring you all of these improvements and looking forward to what's next! Two things we have already started on are integrating Java virtual threads into core.async and updating the baseline JVM version for the next version of Clojure. More to come in the future I'm sure.
13+
14+
If you want to get the latest updates on Clojure and Datomic, you should definitely check out two upcoming events - https://2024.heartofclojure.eu/[Heart of Clojure] Sept 18-19 in Leuven, Belgium and https://2024.clojure-conj.org[Clojure/conj] Oct 23-25 in Alexandria, Virginia. These will both be great events and a special opportunity to connect and learn from other Clojurists in Europe and the US.
15+
16+
== Blogs, articles, and projects
17+
18+
* https://www.clojuriststogether.org/news/q3-2024-funding-announcement/[Q3 2024 Funding Announcement] - Kathy Davis (Clojurists Together)
19+
* https://myke.blog/posts/clojure-interactive-development-101[Clojure interactive development 101] - Mykhaylo Beliansky
20+
* https://codewithkira.com/2024-08-31-clojurists-together-update-jul-aug-2024.html[OSS Updates July and August 2024] - Kira McLean
21+
* https://blog.michielborkent.nl/oss-updates-jul-aug-2024.html[OSS updates July and August 2024] - Michiel Borkent
22+
* https://www.patreon.com/posts/111272364[OSS status update: August 2024] - Nikita Prokopov
23+
* https://scicloj.github.io/clojure-data-tutorials/projects/ml/onnx/index.html[Using ONNX models from clojure] - Carsten Behring
24+
25+
== Libraries and Tools
26+
27+
New releases and tools this week:
28+
29+
* https://github.com/jf/bb-ops[bb-ops] - A collection of babashka recipes for your TechOps needs
30+
* https://github.com/clojure/tools.macro[tools.macro] 0.2.1 - Utilities for macro writers
31+
* https://github.com/metosin/malli[malli] https://github.com/metosin/malli/releases/tag/0.16.3[0.16.3] - High-performance data-driven data specification library for Clojure/Script
32+
* https://github.com/k13labs/hierarchy[hierarchy] https://github.com/k13labs/hierarchy/blob/main/CHANGELOG.md[0.0.2] - An opinionated Clojure library primarily designed to enhance the built-in hierarchy functions
33+
* https://github.com/cursive-ide/cursive[cursive] https://cursive-ide.com/blog/inline-repl-results.html[1.14.0-dev13] - The IDE for beautiful Clojure code
34+
* https://github.com/flow-storm/clofidence[clofidence] https://github.com/flow-storm/clofidence/blob/master/CHANGELOG.md[0.4.0] - Bolster your Clojure test suite confidence
35+
* https://github.com/babashka/nbb[nbb] https://github.com/babashka/nbb/blob/main/CHANGELOG.md[1.2.192] - Scripting in Clojure on Node.js using SCI
36+
* https://github.com/flow-storm/clojure[ClojureStorm] https://github.com/flow-storm/clojure/blob/clojure-storm-master/CHANGELOG.md[1.12.0-rc2] - A fork of the official Clojure compiler, with some extra code added to make it a dev compiler
37+
* https://github.com/BetterThanTomorrow/calva[calva] https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.468[2.0.468] - Clojure & ClojureScript Interactive Programming for VS Code
38+
* https://github.com/adityaathalye/usermanager-first-principles[usermanager-first-principles] - A "from first principles" variant of "usermanager-example", the tutorial Clojure web application by Sean Corfield

0 commit comments

Comments
 (0)