Skip to content

Commit 97a3ac6

Browse files
committed
deref
1 parent 9e63e77 commit 97a3ac6

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

content/news/2024/04/26/deref.adoc

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
= Clojure Deref (Apr 26, 2024)
2+
Alex Miller
3+
2024-04-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]). Thanks to Anton Fonarev for link aggregation.
9+
10+
11+
== Podcasts and videos
12+
13+
* https://www.youtube.com/watch?v=z4hHxUaadhM[Parens of the Dead - Episode 33: Bill Paxton] - emacsrocks
14+
* https://www.therepl.net/episodes/53/[53: Clojure LSP with Eric Dallo] - The REPL
15+
* https://www.youtube.com/watch?v=e196Zis2CBw[Learn Clojure – Specing Collections] - Clojure Diary
16+
* https://www.youtube.com/watch?v=RCdA265Rt8k[Learn Clojure – Inspecting Collections] - Clojure Diary
17+
* https://www.youtube.com/watch?v=E2onsJkqiGQ[Learning Clojure – Checking Maps using Spec] - Clojure Diary
18+
* https://www.youtube.com/watch?v=xTugbF4A1ds[What's That Function? clojure.core/into] - What's That Function
19+
20+
== Blogs, articles, and projects
21+
22+
* https://www.clojuriststogether.org/news/march-2024-short-term-project-updates/[March 2024 Short-Term Project Updates] - Kathy Davis (Clojurists Together)
23+
* https://blog.agical.se/en/posts/keeping-the--arglists-of-clojure-functions-dry/[Keeping the :arglists of Clojure functions DRY] - Peter Strömberg
24+
* https://blog.redplanetlabs.com/2024/04/25/better-performance-rama-vs-mongodb-and-cassandra/[2.5x better performance: Rama vs. MongoDB and Cassandra] - Nathan Marz (Red Planet Labs)
25+
26+
== Libraries and Tools
27+
28+
New releases and tools this week:
29+
30+
* https://github.com/clojure/clojure[clojure] https://clojure.org/news/2024/04/24/clojure-1-11-3[1.11.3] - The Clojure programming language
31+
* https://github.com/clojure/brew-install[brew-install] https://github.com/clojure/brew-install/blob/1.11.3/CHANGELOG.md[1.11.3.1456] - Clojure CLI
32+
* https://github.com/fabiodomingues/clj-depend[clj-depend] https://github.com/fabiodomingues/clj-depend/blob/main/CHANGELOG.md[0.11.0] - A Clojure namespace dependency analyzer
33+
* https://github.com/s-expresso/rubberbuf[rubberbuf] 0.2.1 - transpile protobuf definitions into ast for easy manipulation/interpretation
34+
* https://github.com/s-expresso/clojobuf[clojobuf] 0.1.12 - encode/decode plain map to/from protobuf binary
35+
* https://github.com/s-expresso/clojobuf-codec[clojobuf-codec] 0.1.6 - serialize/deserialize protobuf binary format
36+
* https://github.com/bowbahdoe/guava[guava] https://github.com/bowbahdoe/guava/releases/tag/v33.1.0[33.1.0] - Most of com.google.common repackaged and modularized
37+
* https://github.com/darkleaf/polyglot.groovy[polyglot.groovy] - Spice you code with Groovy!
38+
* https://github.com/clojure-lsp/clojure-lsp[clojure-lsp] https://github.com/clojure-lsp/clojure-lsp/releases/tag/2024.04.22-11.50.26[2024.04.22-11.50.26] - Clojure & ClojureScript Language Server (LSP) implementation
39+
* https://github.com/afucher/clojure-repl-intellij[clojure-repl-intellij] https://github.com/afucher/clojure-repl-intellij/blob/master/CHANGELOG.md[1.3.1] - Free OpenSource IntelliJ plugin for Clojure REPL development
40+
* https://github.com/scicloj/clojisr[clojisr] https://github.com/scicloj/clojisr/blob/master/CHANGELOG.md[1.0.0] - Clojure speaks statistics - a bridge between Clojure to R
41+
* https://github.com/lispyclouds/navi[navi] https://github.com/lispyclouds/navi/releases/tag/0.0.5[0.0.5] - A tiny library converting OpenAPI spec to Reitit routes
42+
* https://github.com/BetterThanTomorrow/calva[calva] https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.448[2.0.448] - Clojure & ClojureScript Interactive Programming for VS Code
43+
* https://github.com/scicloj/metamorph.ml[metamorph.ml] https://github.com/scicloj/metamorph.ml/blob/main/CHANGELOG.md[0.7.10] - Machine learning functions for metamorph based on machine learning pipelines
44+
* https://github.com/scicloj/scicloj.ml.smile[scicloj.ml.smile] https://github.com/scicloj/scicloj.ml.smile/blob/main/CHANGELOG.md[7.3] - A Smile plugin for scicloj.ml
45+
* https://github.com/babashka/scittle[scittle] https://github.com/babashka/scittle/releases/tag/v0.6.16[0.6.16] - Execute Clojure(Script) directly from browser script tags via SCI
46+
* https://github.com/scicloj/clay[clay] https://github.com/scicloj/clay/blob/main/CHANGELOG.md[2-beta8] - A tiny Clojure tool for dynamic workflow of data visualization and literate programming
47+
* https://github.com/babashka/bbin[bbin] https://github.com/babashka/bbin/blob/main/CHANGELOG.md[0.2.3] - Install any Babashka script or project with one command

0 commit comments

Comments
 (0)