Skip to content

Commit 6e1ef13

Browse files
committed
add deref
1 parent f7737ba commit 6e1ef13

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

content/news/2024/10/31/deref.adoc

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
= Clojure Deref (Oct 31, 2024)
2+
Alex Miller
3+
2024-10-31
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=lOaZ0SgPVu4[Telemere lightning intro] - Peter Taoussanis
13+
* https://www.youtube.com/watch?v=ruGRHYpq448[Basilisp: Clojure on the Python VM (by Chris Rink)] - London Clojurians
14+
* https://www.youtube.com/watch?v=STnFMpIZlkk[Scicloj status report: nurturing the Clojure open-source community, 2024-10-25] - Sci Cloj
15+
* https://www.youtube.com/watch?v=HnybBpp4soM[Building Reddit's r/place in Clojure and Clojurescript - Part 2] - Unravel Tech
16+
* https://www.youtube.com/watch?v=YtEEU9sjjks[Learn Clojure - Tests in Leiningen Project] - Clojure Diary
17+
18+
== Blogs, articles, and projects
19+
20+
* https://clyfe.infinityfreeapp.com/book.html?i=1[Hammock Web Development] - clyfe
21+
* https://jake-windle.gitlab.io/post/llm-social-bot/[Dystopia Today: Let AI Manage Your Dev Twitter Account] - Jacob Windle
22+
* https://timothypratley.blogspot.com/2024/10/the-hallway-track-clojureconj-2024-in.html[The Hallway Track: Clojure/Conj 2024 in Alexandria] - Timothy Pratley
23+
* https://www.tamizhvendan.in/blog/announcing-a-book-series-how-i-solve-it-using-clojure/[Announcing a book series - How I Solve It Using Clojure] - Tamizhvendan
24+
* https://code.thheller.com/blog/shadow-cljs/2024/10/30/supercharging-the-repl-workflow.html[Supercharging the REPL Workflow] - Thomas Heller
25+
* https://www.patreon.com/posts/115100973[Transparency report, October 2024] - Nikita Prokopov
26+
27+
== Libraries and Tools
28+
29+
New releases and tools this week:
30+
31+
* https://github.com/pitch-io/uix[uix] https://github.com/pitch-io/uix/blob/master/CHANGELOG.md[1.2.0-rc3] - Idiomatic ClojureScript interface to modern React.js
32+
* https://github.com/oliyh/martian[martian] https://github.com/oliyh/martian/releases/tag/0.1.28[0.1.28] - The HTTP abstraction library for Clojure/script, supporting OpenAPI, Swagger, Schema, re-frame and more
33+
* https://github.com/darkleaf/di[di] https://github.com/darkleaf/di/blob/master/CHANGELOG.md#320[3.2.0] - DI is a dependency injection framework that allows you to define dependencies as cheaply as defining function arguments
34+
* https://github.com/brettatoms/zodiac[zodiac] https://github.com/brettatoms/zodiac/blob/master/CHANGELOG.md[0.2.31] - A simple web framework for Clojure
35+
* https://github.com/BetterThanTomorrow/calva[calva] https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.481[2.0.481] - Clojure & ClojureScript Interactive Programming for VS Code
36+
* https://git.sr.ht/~srasu/bootstring-clj[bootstring-clj] https://cljdoc.org/d/org.suskalo/bootstring-clj/1.0.13/doc/changelog[1.0.13] - Use the bootstring algorithm for encoding and decoding unicode strings to a smaller subset of the unicode space
37+
* https://github.com/taoensso/telemere[telemere] https://github.com/taoensso/telemere/releases/tag/v1.0.0-RC1[1.0.0-RC1] - Structured telemetry library for Clojure/Script
38+
* https://github.com/taoensso/nippy[nippy] https://github.com/taoensso/nippy/releases/tag/v3.5.0-RC1[3.5.0-RC1] - The fastest serialization library for Clojure
39+
* https://github.com/taoensso/sente[sente] https://github.com/taoensso/sente/releases/tag/v1.20.0-RC1[1.20.0-RC1] - Realtime web comms library for Clojure/Script
40+
* https://github.com/taoensso/timbre[timbre] https://github.com/taoensso/timbre/releases/tag/v6.6.1[6.6.1] - Pure Clojure/Script logging library
41+
* https://github.com/scicloj/kindly-advice[kindly-advice] https://github.com/scicloj/kindly-advice/blob/main/CHANGELOG.md[1-beta11] - A small library to advise Clojure data visualization and notebook tools how to display forms and values, following the kindly convention
42+
* https://github.com/scicloj/clay[clay] https://github.com/scicloj/clay/blob/main/CHANGELOG.md[2-beta21] - A tiny Clojure tool for dynamic workflow of data visualization and literate programming
43+
* https://github.com/scicloj/noj[noj] https://github.com/scicloj/noj/blob/main/CHANGELOG.md[2-alpha10] - A clojure framework for data science

0 commit comments

Comments
 (0)