Skip to content

Commit 758ba11

Browse files
add deref
1 parent fd76afd commit 758ba11

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

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

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
= Clojure Deref (Aug 19, 2025)
2+
Christoph Neumann
3+
2025-08-19
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]: Early Bird Tickets go away on Aug 20
13+
* https://clojure-south.com/[Clojure South 2025]: Tickets On Sale, Call for Proposals closes Aug 22
14+
* https://scicloj.github.io/macroexpand-2025/[Macroexpand 2025]: Currently inviting speakers and contributors
15+
* https://clojureverse.org/t/scicloj-ai-meetup-11-agentic-workflows-with-grain/14617[Scicloj AI Meetup 11: Agentic workflows with Grain]: Aug 23
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/LHb8ebdv5BE[rswan - range Swiss army knife in Clojure] - Clojure Diary
21+
* https://youtu.be/JUd11PQCkIU[Scittle ClojureScript Game Menu Template] - mccormix
22+
* https://youtu.be/FzCHclYf6Ns[Clojure for biomedical research - Mike Travers - a snippet of Clojure real-world-data meeting 34] - Sci Cloj
23+
* https://youtu.be/uAgWcoDDOGs[Scicloj AI Meetup 9: Editor Code Assistant (ECA)] - Sci Cloj
24+
* https://youtu.be/h5tsVv8MVPQ[Expressive Clojure testing with the matcher-combinators library] - Andrey Fadeev
25+
26+
== Blogs, articles, and projects
27+
28+
* https://vlaaad.github.io/ad-hoc-analytics[How I made ad-hoc analytics with Reveal] - Vlad Protsenko
29+
* https://www.clojuriststogether.org/news/july-2025-short-term-q2-project-updates/[July 2025 Short-Term Q2 Project Updates] - Kathleen Davis
30+
* https://casey.link/blog/client-ip-ring-middleware/[ol.client-ip: A Clojure Library to Prevent IP Spoofing] - Casey Link
31+
32+
== Libraries and Tools
33+
34+
New releases and tools this week:
35+
36+
* https://github.com/hectorqlucero/lst[lst] - LST - Lucero Systems Leiningen Template
37+
* https://github.com/shipclojure/simulflow[simulflow] https://github.com/shipclojure/simulflow/releases/tag/0.1.7-alpha[0.1.7-alpha] - A Clojure library for building real-time voice-enabled AI pipelines. Simulflow handles the orchestration of speech recognition, audio processing, and AI service integration with the elegance of functional programming.
38+
* https://github.com/damesek/hnsw-clj[hnsw-clj] - Native implementation of HNSW algorithms (pure-hnsw, pcaf, ivf-hnsw, p-hnsw)
39+
* https://github.com/weavejester/integrant[integrant] https://github.com/weavejester/integrant/blob/master/CHANGELOG.md[1.0.0-RC2] - Micro-framework for data-driven architecture
40+
* https://github.com/bhauman/clojure-mcp[clojure-mcp] https://github.com/bhauman/clojure-mcp/blob/main/CHANGELOG.md[0.1.8-alpha] - Clojure MCP
41+
* https://clojure.org/reference/clojure_cli[clojure_cli] https://clojure.org/releases/tools#v1.12.1.1561[1.12.1.1561] - Clojure CLI
42+
* https://github.com/clojure-lsp/clojure-lsp[clojure-lsp] https://github.com/clojure-lsp/clojure-lsp/releases/tag/2025.08.15-15.37.37[2025.08.15-15.37.37] - Clojure & ClojureScript Language Server (LSP) implementation
43+
* https://github.com/http-kit/http-kit[http-kit] https://github.com/http-kit/http-kit/releases/tag/v2.8.1[2.8.1] - Simple, high-performance event-driven HTTP client+server for Clojure
44+
* https://github.com/nextjournal/markdown[markdown] https://github.com/nextjournal/markdown/blob/main/CHANGELOG.md[0.7.189] - A cross-platform clojure/script parser for Markdown
45+
* https://github.com/BetterThanTomorrow/calva-backseat-driver[calva-backseat-driver] https://github.com/BetterThanTomorrow/calva-backseat-driver/releases/tag/v0.0.17[0.0.17] - VS Code AI Agent Interactive Programming. Tools for CoPIlot and other assistants. Can also be used as an MCP server.
46+
* https://github.com/nnichols/clojure-lint-action[clojure-lint-action] https://github.com/nnichols/clojure-lint-action/releases/tag/v5[5] - A GitHub Action that lints clojure files with clj-kondo and generates comments with reviewdog on pull requests to improve the code review experience.
47+
* https://github.com/cursive-ide/cursive[cursive] https://cursive-ide.com/blog/cursive-2025.2.1-eap2.html[2025.2.1-eap2] - Cursive: The IDE for beautiful Clojure code
48+
* https://github.com/borkdude/deps.clj[deps.clj] https://github.com/borkdude/deps.clj/releases/tag/v1.12.1.1561[1.12.1.1561] - A faithful port of the clojure CLI bash script to Clojure
49+
* https://github.com/BetterThanTomorrow/calva[calva] https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.524[2.0.524] - Clojure & ClojureScript Interactive Programming for VS Code
50+
* https://github.com/editor-code-assistant/eca[eca] https://github.com/editor-code-assistant/eca/releases/tag/0.29.2[0.29.2] - Editor Code Assistant (ECA) - AI pair programming capabilities agnostic of editor
51+
* https://github.com/scicloj/clay[clay] https://github.com/scicloj/clay/blob/main/CHANGELOG.md[2-beta52] - A REPL-friendly Clojure tool for notebooks and datavis
52+
* https://github.com/BetterThanTomorrow/joyride[joyride] https://github.com/BetterThanTomorrow/joyride/releases/tag/v0.0.58[0.0.58] - Making VS Code Hackable like Emacs since 2022

0 commit comments

Comments
 (0)