Skip to content

Commit 31c12bb

Browse files
committed
add deref
1 parent 73f76ce commit 31c12bb

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

content/news/2025/01/17/deref.adoc

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
= Clojure Deref (Jan 17, 2025)
2+
Alex Miller
3+
2025-01-17
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=FC2PBTFUAZA[Apropos 2025-01-14] - apropos clojure
13+
* https://www.youtube.com/watch?v=9nY25hwzWRc[Clojure visual-tools 29 - Workflow Demos 3: FlowStorm] - Sci Cloj
14+
* https://www.youtube.com/watch?v=lAmomIESusQ[Content Made Simple Live Stream] - Content Made Simple
15+
* https://www.youtube.com/watch?v=hEF0KzHDN_w[Episode 2: hiccup and some more stuff] - Content Made Simple
16+
* https://www.youtube.com/watch?v=x9dN8CkEy6c[Episode 3 ... upload] - Content Made Simple
17+
* https://www.youtube.com/watch?v=zjLaLXfgY34[Sitefox: Full Stack ClojureScript Tutorial] - mccormix
18+
* https://www.youtube.com/watch?v=tsU74zsNQMc[Where to store your (image) files in Leiningen project, and how to fetch them?] - Clojure Diary
19+
20+
== Blogs, articles, and projects
21+
22+
* https://blog.404.taipei/whats-in-a-component[What's in a component] - Vincent Cantin
23+
* https://jank-lang.org/blog/2025-01-10-i-quit-my-job/[I quit my job to work on my programming language] - Jeaye Wilkerson
24+
* https://www.dot.studio/en/notes/case-study-under-whose-command/[Tracing Command Chains Through Time & Location] - DOT • STUDIO
25+
* https://electric.hyperfiddle.net/blog/y20250109_datafy/[Internal tools and Electric Clojure, Part 2] - Dustin Getz
26+
* https://shagunagrawal.me/posts/multiplayer-board-game-in-clojure/[Multiplayer Board Game with Clojure and HTMX] - Shagun Agrawal
27+
* https://lambdaisland.com/blog/2025-01-14-ornament[Ornament] - Laurence Chen
28+
* https://www.mihirdeshpande.com/posts/deepwalk_clojure[Deepwalking in Clojure] - Mihir Deshpande
29+
30+
== Libraries and Tools
31+
32+
New releases and tools this week:
33+
34+
* https://github.com/jacobemcken/aws-simple-sign[aws-simple-sign] 2.0.0 - A Clojure library for pre-signing S3 URLs and signing HTTP requests for AWS
35+
* https://git.sr.ht/~hiredman/machinate[machinate] 0.0.119 - a new new concurrent ml in clojure
36+
* https://github.com/filipesilva/gen[gen] 1.0.0 - A CLI tool to generate files and run commands from templates
37+
* https://github.com/bhauman/figwheel-main[figwheel-main] https://github.com/bhauman/figwheel-main/blob/master/CHANGES.md[0.2.20] - Figwheel Main provides tooling for developing ClojureScript applications
38+
* https://github.com/clj-kondo/clj-kondo[clj-kondo] https://github.com/clj-kondo/clj-kondo/blob/master/CHANGELOG.md[2025.01.16] - Static analyzer and linter for Clojure code that sparks joy
39+
* https://github.com/wilkerlucio/pathom3[pathom3] https://github.com/wilkerlucio/pathom3/blob/main/CHANGELOG.md[2025.01.16-alpha] - Interface with complex data via graph mapping
40+
* https://github.com/scicloj/metamorph.ml[metamorph.ml] https://github.com/scicloj/metamorph.ml/blob/main/CHANGELOG.md[0.2] - Machine learning functions for metamorph based on machine learning pipelines
41+
* https://github.com/scicloj/kind-clerk[kind-clerk] https://github.com/scicloj/kind-clerk/blob/main/CHANGELOG.md[1-alpha9] - An adapter for the Clerk tool to support the Kindly conventions
42+
* https://github.com/scicloj/tableplot[tableplot] https://github.com/scicloj/tableplot/blob/main/CHANGELOG.md[1-beta8] - Easy layered graphics with Hanami & Tablecloth
43+
* https://github.com/fulcrologic/statecharts[statecharts] 1.2.12 - A Statechart library for CLJ(S)
44+
* https://github.com/borkdude/deps.clj[deps.clj] https://github.com/borkdude/deps.clj/blob/master/CHANGELOG.md[1.12.0.1495] - A faithful port of the clojure CLI bash script to Clojure
45+
* https://github.com/fulcrologic/fulcro-inspect[fulcro-inspect] https://github.com/fulcrologic/fulcro-inspect/releases[4.0.6] - A tool for inspecting and debugging Fulcro applications during development
46+
* https://github.com/scicloj/tableplot[tableplot] https://github.com/scicloj/tableplot/blob/main/CHANGELOG.md[1-beta9] - Easy layered graphics with Hanami & Tablecloth
47+
* https://github.com/scicloj/noj[noj] https://github.com/scicloj/noj/blob/main/CHANGELOG.md[2-beta5] - A clojure framework for data science
48+
* https://github.com/imrekoszo/polylith-kaocha[polylith-kaocha] https://github.com/imrekoszo/polylith-kaocha/releases/tag/v0.8.6[0.8.6] - Kaocha-based test runner for Polylith
49+
* https://github.com/seancorfield/honeysql[honeysql] https://github.com/seancorfield/honeysql/releases/tag/v2.6.1267[2.6.1267] - Turn Clojure data structures into SQL

0 commit comments

Comments
 (0)