Skip to content

Commit d093ec2

Browse files
committed
add deref
1 parent 8b49689 commit d093ec2

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
= Clojure Deref (June 13, 2024)
2+
Alex Miller
3+
2024-06-13
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+
== Podcasts and videos
11+
12+
* https://www.youtube.com/watch?v=G-KOJyoLWrg[Introducing EntityGraph: Ergonomic Data Store for SPA State (by Geo Grigoryan)] - London Clojurians
13+
14+
== Blogs, articles, and projects
15+
16+
* https://clojureverse.org/t/cljs-and-the-react-compiler/10774[CLJS and the React Compiler] - Thomas Heller
17+
* https://agspathis.gitlab.io/blog/walking-with-regexps.html[Walking with regular expressions] - Aris Spathis
18+
* https://www.juxt.pro/blog/plain-clojure-lambda/[A Recipe for Plain Clojure Lambdas] - Olivier Marshall (JUXT)
19+
* https://anthonybruno.dev/2024/06/10/How-Im-learning-Clojure-in-2024/[How I'm learning Clojure in 2024] - Anthony Bruno
20+
* https://www.youtube.com/watch?v=noN-0Pkw6SQ[Learn Clojure – filter] - Clojure Diary
21+
22+
== Libraries and Tools
23+
24+
New releases and tools this week:
25+
26+
* https://github.com/clojure/tools.build[tools.build] https://github.com/clojure/tools.build/blob/master/CHANGELOG.md[0.10.4] - Clojure builds as Clojure programs
27+
* https://github.com/wardle/iort[iort] 0.1.54 - Interoperable Outcomes Research Tools
28+
* https://github.com/phronmophobic/llama.clj[llama.clj] 0.8.4 - Run LLMs locally. A clojure wrapper for llama.cpp
29+
* https://github.com/cljfx/cljfx[cljfx] https://github.com/cljfx/cljfx/blob/master/CHANGELOG.md#190---2024-06-11[1.9.0] - Declarative, functional and extensible wrapper of JavaFX inspired by better parts of react and re-frame
30+
* https://github.com/seancorfield/honeysql[honeysql] https://github.com/seancorfield/honeysql/releases/tag/v2.6.1147[2.6.1147] - Turn Clojure data structures into SQL
31+
* https://github.com/nrepl/nrepl[nrepl] https://github.com/nrepl/nrepl/releases/tag/v1.2.0[1.2] - A Clojure network REPL that provides a server and client, along with some common APIs of use to IDEs and other tools that may need to evaluate Clojure code in remote environments
32+
* https://github.com/clojure-emacs/cider[cider] https://github.com/clojure-emacs/cider/releases/tag/v1.15.0[1.15] - The Clojure Interactive Development Environment that Rocks for Emacs
33+
* https://github.com/squint-cljs/squint[squint] https://github.com/squint-cljs/squint/blob/main/CHANGELOG.md[0.7.111] - Light-weight ClojureScript dialect
34+
* https://github.com/yaml/yamlscript[yamlscript] https://github.com/yaml/yamlscript/releases/tag/0.1.61[0.1.61] - Programming in YAML
35+
* https://github.com/SURFnet/apie[apie] https://github.com/SURFnet/apie/blob/main/changelog.md[0.2.1] - OpenAPI Service Validator
36+
* https://github.com/soulspace-org/overarch[overarch] https://github.com/soulspace-org/overarch/blob/main/Changelog.md[0.21.0] - A data driven description of software architecture based on UML and the C4 model

0 commit comments

Comments
 (0)