|
| 1 | += Clojure Deref (Feb 14, 2025) |
| 2 | +Alex Miller |
| 3 | +2025-02-14 |
| 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, videos, and media |
| 11 | + |
| 12 | +* https://www.youtube.com/watch?v=zkEZykTOlQA[Alex Miller guests on Apropos Clojure 2025-02-11] - apropos clojure |
| 13 | +* https://www.youtube.com/watch?v=CZqsg3MzbyU[Piloto Podcast deref-in] - clojure-br |
| 14 | +* https://www.youtube.com/watch?v=PlHzTEkjAK4[EP01 - Podcast deref-in] - clojure-br |
| 15 | +* https://www.freshcodeit.com/podcast/boundaries-to-do-a-meaningful-work[Episode 09: You need boundaries to do a meaningful work] - Clojure in Product |
| 16 | +* https://www.youtube.com/watch?v=mzNBRmZHmD4[Clojure Crash Course 2025: Beginner Friendly] - Andrey Fadeev |
| 17 | +* https://www.youtube.com/watch?v=TN11X9z9LjU[My aider AI dev setup] - mccormix |
| 18 | +* https://www.youtube.com/watch?v=VCu42vxBkV8[Learn Clojure — Exception Handling] - Clojure Diary |
| 19 | +* https://www.youtube.com/watch?v=PCY5PYHv-Uc[Learn Clojure — Dealing with Text files] - Clojure Diary |
| 20 | + |
| 21 | +== Blogs, articles, and projects |
| 22 | + |
| 23 | +* https://emil0r.com/posts/2025-02-08-modelling-permissions-in-datomic/[Modelling permissions in Datomic] - Emil Bengtsson |
| 24 | +* https://flexiana.com/news/2025/02/side-by-side-datomic-and-postgresql-part-2[Datomic vs PostgreSQL: Time Travel and Historical Data (Part 2)] - Giga Chokheli (Flexiana) |
| 25 | +* https://bytes.vadelabs.com/taming-llm-responses-with-instaparse/[Taming LLM Responses with Instaparse] - Pragyan Tripathi |
| 26 | +* https://widdindustries.com/blog/revisiting-clojure-donts-concat.html[Revisiting 'Clojure Don'ts : concat] - Henry Widd |
| 27 | +* https://yyhh.org/blog/2025/02/achieving-high-throughput-and-low-latency-through-adaptive-asynchronous-transaction/[Achieving High Throughput and Low Latency through Adaptive Asynchronous Transaction] - Huahai Yang |
| 28 | +* https://fnguy.com/pathom3_instrumentation.html[Pathom3 Instrumentation] - Alex Sheluchin |
| 29 | + |
| 30 | +== Libraries and Tools |
| 31 | + |
| 32 | +New releases and tools this week: |
| 33 | + |
| 34 | +* https://github.com/clojure/brew-install[brew-install] https://clojure.org/releases/tools[1.12.0.1517] - Clojure CLI |
| 35 | +* https://github.com/clojure/tools.build[tools.build] https://github.com/clojure/tools.build/blob/master/CHANGELOG.md[0.10.7] - Clojure builds as Clojure programs |
| 36 | +* https://github.com/abogoyavlensky/slim[slim] https://github.com/abogoyavlensky/slim/blob/master/CHANGELOG.md[0.2.2] - The slim way to build Clojure |
| 37 | +* https://github.com/phronmophobic/llama.clj[llama.clj] https://github.com/phronmophobic/llama.clj/blob/main/CHANGELOG.md[0.8.6] - Run LLMs locally. A clojure wrapper for llama.cpp |
| 38 | +* https://github.com/igrishaev/taggie[taggie] https://github.com/igrishaev/taggie/blob/master/CHANGELOG.md[0.1.0] - Can we gain anything from Clojure tags? |
| 39 | +* https://github.com/monkey-projects/aero-ext[aero-ext] 0.3.0 - Extensions to use with the Aero config lib |
| 40 | +* https://github.com/scicloj/scicloj.ml.fasttext[scicloj.ml.fasttext] https://github.com/scicloj/scicloj.ml.fasttext/blob/master/CHANGELOG.md[0.2] - clj-djl models for metamorph.ml and scicloj.ml |
| 41 | +* https://github.com/brettatoms/zodiac[zodiac] https://github.com/brettatoms/zodiac/blob/master/CHANGELOG.md[0.4.58] - A simple web framework for Clojure |
| 42 | +* https://github.com/brettatoms/zodiac-assets[zodiac-assets] https://github.com/brettatoms/zodiac-assets/blob/master/CHANGELOG.md[0.2.22] - A Zodiac extension to help manage static assets |
| 43 | +* https://github.com/brettatoms/zodiac-sql[zodiac-sql] https://github.com/brettatoms/zodiac-sql/blob/master/CHANGELOG.md[0.1.8] - A Zodiac extension for connecting to a SQL database |
| 44 | +* https://github.com/jacobemcken/aws-simple-sign[aws-simple-sign] https://github.com/jacobemcken/aws-simple-sign/releases/tag/v2.1.0[2.1.0] - A Clojure library for pre-signing S3 URLs and signing HTTP requests for AWS |
| 45 | +* https://github.com/clojure-lsp/clojure-lsp-intellij[clojure-lsp-intellij] https://github.com/clojure-lsp/clojure-lsp-intellij/blob/master/CHANGELOG.md#210[3.0.0] - Intellij Plugin for Clojure & ClojureScript development via Language Server (LSP) made in Clojure |
| 46 | +* https://github.com/afucher/clojure-repl-intellij[clojure-repl-intellij] https://github.com/afucher/clojure-repl-intellij/blob/master/CHANGELOG.md[2.0.0] - Free OpenSource IntelliJ plugin for Clojure REPL development |
| 47 | +* https://github.com/emil0r/porter[porter] - babashka library for creating config files |
| 48 | +* https://git.sr.ht/~hiredman/machinate[machinate] https://git.sr.ht/~hiredman/machinate/tree/master/item/CHANGELOG.md[0.0.126] - a new new concurrent ml in clojure |
| 49 | +* https://github.com/clojure-lsp/clojure-lsp[clojure-lsp] https://github.com/clojure-lsp/clojure-lsp/releases/tag/2025.02.07-16.11.24[2025.02.07-16.11.24] - Clojure & ClojureScript Language Server (LSP) implementation |
| 50 | +* https://github.com/scicloj/metamorph.ml[metamorph.ml] https://github.com/scicloj/metamorph.ml/blob/main/CHANGELOG.md[1.1.1] - Machine learning functions for metamorph based on machine learning pipelines |
| 51 | +* https://github.com/clojure-goes-fast/clj-async-profiler[clj-async-profiler] https://github.com/clojure-goes-fast/clj-async-profiler/blob/master/CHANGELOG.md[1.6.1] - Embedded high-precision Clojure profiler |
| 52 | +* https://github.com/borkdude/deps.clj[deps.clj] https://github.com/borkdude/deps.clj/blob/master/CHANGELOG.md[1.12.0.1517] - A faithful port of the clojure CLI bash script to Clojure |
| 53 | +* https://github.com/squint-cljs/squint[squint] https://github.com/squint-cljs/squint/blob/main/CHANGELOG.md[0.8.134] - Light-weight ClojureScript dialect |
| 54 | +* https://github.com/fogus/reinen-vernunft[reinen-vernunft] 0.0.2 - A Clojure library exploring the application of pure reasoning algorithms |
| 55 | +* https://github.com/scicloj/tableplot[tableplot] https://github.com/scicloj/tableplot/blob/main/CHANGELOG.md[1-beta10.2] - Easy layered graphics with Hanami & Tablecloth |
| 56 | +* https://github.com/borkdude/rewrite-edn[rewrite-edn] https://github.com/borkdude/rewrite-edn/blob/master/CHANGELOG.md[0.4.9] - Utility lib on top of rewrite-clj with common operations to update EDN while preserving whitespace and comments |
0 commit comments