Skip to content

Commit 38cdeed

Browse files
add deref
1 parent 8178d1c commit 38cdeed

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

content/news/2025/08/26/deref.adoc

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
= Clojure Deref (Aug 26, 2025)
2+
Christoph Neumann
3+
2025-08-26
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]).
9+
10+
== Upcoming Events
11+
12+
* https://2025.clojure-conj.org/[Clojure/Conj 2025]: Schedule is now live
13+
* https://clojure-south.com/[Clojure South 2025]: Tickets On Sale, Call for Proposals closes Aug 31
14+
* https://scicloj.github.io/macroexpand-2025/[Macroexpand 2025]: Currently inviting speakers and contributors
15+
* https://www.youtube.com/watch?v=Nt1p6yreAUU[VS Code Live - Vibe-hack VS Code with Joyride and Copilot]: Aug 28
16+
* https://www.meetup.com/london-clojurians/events/310237555/[London Clojurians: Mailman: event driven made easy]: Sep 2
17+
18+
== Podcasts, videos, and media
19+
20+
* https://youtu.be/YoYgihX4C7I[ECA - Editor Code Assistant (by Eric Dallo)] - London Clojurians
21+
* https://youtu.be/b1C3rD-ZUaA[No build step ClojureScript + nREPL with Scittle and cljs-josh] - mccormix
22+
* https://youtu.be/vGewwWuzk9o[Truss v2 intro] - Peter Taoussanis
23+
* https://youtu.be/rzwQkCRCxIQ[Getting Started with Leiningen: A Beginner’s Guide] - Andrey Fadeev
24+
* https://youtu.be/lYqjm43ow9Q[Clojure BR - 3o Meetup Presencial] - clojure-br
25+
26+
== Blogs, articles, and projects
27+
28+
* https://lambdaisland.com/blog/2025-08-20-conjure-piglet-client[A Conjure Piglet Client] - Laurence Chen
29+
* https://djblue.github.io/blog/porting-portal-to-basilisp.html[Blog | Porting Portal to Basilisp] - Chris Badahdah
30+
* https://clojure-book.gitlab.io/book.html#_java_power[Clojure: Java Power] - Karthikeyan.A.K
31+
* https://www.clojuriststogether.org/news/q3-2025-funding-announcement/[Q3 2025 Funding Announcement] - Kathleen Davis
32+
* https://indiepubstack.andreyfadeev.com/posts/5/getting-started-with-leiningen-a-beginners-guide[Getting Started with Leiningen: A Beginner’s Guide | IndiePubStack] - Andrey Fadeev
33+
34+
== Libraries and Tools
35+
36+
New releases and tools this week:
37+
38+
* https://github.com/clojure/clojure[clojure] https://clojure.org/news/2025/08/25/clojure-1-12-2[1.12.2] - The Clojure programming language
39+
* https://clojure.org/reference/clojure_cli[clojure_cli] https://clojure.org/releases/tools#v1.12.2.1565[1.12.2.1565] - Clojure CLI
40+
* https://github.com/clj-commons/aleph[aleph] https://github.com/clj-commons/aleph/blob/master/CHANGES.md[0.9.1] - Asynchronous streaming communication for Clojure - web server, web client, and raw TCP/UDP
41+
* https://github.com/taoensso/truss[truss] https://github.com/taoensso/truss/releases/tag/v2.2.0[2.2.0] - Micro toolkit for Clojure/Script errors
42+
* https://github.com/babashka/scittle[scittle] https://github.com/babashka/scittle/releases/tag/v0.7.27[0.7.27] - Execute Clojure(Script) directly from browser script tags via SCI
43+
* https://github.com/taoensso/timbre[timbre] https://github.com/taoensso/timbre/releases/tag/v6.8.0[6.8.0] - Pure Clojure/Script logging library
44+
* https://github.com/taoensso/trove[trove] https://github.com/taoensso/trove/releases/tag/v1.0.0[1.0.0] - Modern logging facade for Clojure/Script
45+
* https://github.com/brianium/datastar.wow[datastar.wow] - A data-oriented approach to Datastar using the official SDK and Nexus. Wow!
46+
* https://github.com/babashka/sci[sci] https://github.com/babashka/sci/releases/tag/v0.10.49[0.10.49] - Configurable Clojure/Script interpreter suitable for scripting and Clojure DSLs
47+
* https://github.com/taoensso/telemere[telemere] https://github.com/taoensso/telemere/releases/tag/v1.1.0[1.1.0] - Structured logs and telemetry for Clojure/Script
48+
* https://github.com/alza-bitz/snowpark-clj[snowpark-clj] - A Clojure API for Snowpark and Snowflake.
49+
* https://github.com/monkey-projects/monkeyci[monkeyci] https://github.com/monkey-projects/monkeyci/tree/0.19.7.2[0.19.7.2] - Next-generation CI/CD tool that uses the full power of Clojure!
50+
* https://github.com/sn0wF1eld/sn0wt3ch[sn0wt3ch] - A repo that contains all the information regarding technology at Sn0wf1eld, Lda and how to use it
51+
* https://github.com/lsolbach/qclojure[qclojure] https://github.com/lsolbach/qclojure/blob/main/Changelog.md[0.12.0] - A functional quantum computer programming library for Clojure with backend protocols, simulation backends and visualizations.
52+
* https://github.com/flow-storm/flow-storm-debugger[flow-storm-debugger] https://github.com/flow-storm/flow-storm-debugger/blob/master/CHANGELOG.md[4.5.1] - A debugger for Clojure and ClojureScript with some unique features.
53+
* https://github.com/BetterThanTomorrow/calva-backseat-driver[calva-backseat-driver] https://github.com/BetterThanTomorrow/calva-backseat-driver/releases/tag/v0.0.18[0.0.18] - VS Code AI Agent Interactive Programming. Tools for CoPIlot and other assistants. Can also be used as an MCP server.
54+
* https://github.com/BetterThanTomorrow/joyride[joyride] https://github.com/BetterThanTomorrow/joyride/releases/tag/v0.0.61[0.0.61] - Making VS Code Hackable like Emacs since 2022
55+
* https://github.com/and-z/komb[komb] https://github.com/and-z/komb/blob/main/CHANGELOG.md[0.0.2] - Sort and tidy up some JSON
56+
* https://github.com/babashka/http-server[http-server] https://github.com/babashka/http-server/blob/main/CHANGELOG.md[0.1.14] - Serve static assets
57+
* https://github.com/borkdude/deps.clj[deps.clj] https://github.com/borkdude/deps.clj/releases/tag/v1.12.2.1565[1.12.2.1565] - A faithful port of the clojure CLI bash script to Clojure

0 commit comments

Comments
 (0)