Skip to content

Commit 449256e

Browse files
committed
add deref
1 parent 822c6f1 commit 449256e

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

content/news/2024/11/15/deref.adoc

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
= Clojure Deref (Nov 7, 2024)
2+
Alex Miller
3+
2024-11-04
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=i8BDOGg7SZ8[Developers aren't paid to code] - Wesley Matson
13+
* https://www.youtube.com/watch?v=OxzUjpihIH4[RDF and the future of LLMs] - Luke VanderHart
14+
* https://www.youtube.com/watch?v=3t9FSfM1fIQ[Crafting Artisanal Vector Graphics] - Timothy Pratley and Chris Houser
15+
* https://www.youtube.com/watch?v=CVmno8nLM6Y[From JVM to JS: Implementing Math Functions in ClojureScript] - Paula Gearon
16+
* https://www.youtube.com/watch?v=W2Y6G9tSg5E[Unsession: Clojure 1.12 Overview] - Clojure team
17+
* https://www.youtube.com/watch?v=1piLCCu1OwE[Unsession: AI coding tools] - Wesley Matson
18+
* https://www.youtube.com/watch?v=0_JYCAOKKcM[Encoding internet-scale decentralised data structures on Convex (by Mike Anderson)] - London Clojurians
19+
* https://www.youtube.com/watch?v=oyl_etajtGk[Clojure Corner: Interview with Peter Strömberg] - Flexiana
20+
* https://www.youtube.com/watch?v=HFQWNhtPbOo[Mind-bending technologies, lightning talk] - Jakub Holý
21+
* https://zencastr.com/z/mLHDH_Gi[15e670d6e60c Kathryn Lawrence] - defn
22+
* https://vimeo.com/1029016402[Apropos November 12, 2024] - Apropos Clojure
23+
* https://www.youtube.com/watch?v=Ll8_4MbErLc[Solving Project Euler problem 8 with Clojure] - Clojure Diary
24+
* https://www.youtube.com/watch?v=dGvNIchcaSo[Solving Project Euler problem 9 with Clojure] - Clojure Diary
25+
26+
== Blogs, articles, and projects
27+
28+
* https://ericnormand.substack.com/p/a-love-letter-to-heart-of-clojure[A love letter to Heart of Clojure] - Eric Normand
29+
* https://corfield.org/blog/2024/11/09/conj-2024/[Clojure/conj 2024] - Sean Corfield
30+
* https://scicloj.github.io/blog/scicloj-scientific-papers-initial-planning-meeting/[Scicloj scientific papers - initial planning meeting] - Thomas Clark and Daniel Slutsky
31+
* https://blog.saketpatel.me/clj-automation-1[Clojure Automation #1] - Saket Patel
32+
* https://github.com/pitch-io/uix/blob/master/DEVLOG.md#october-2024[UIx Devlog] - Roman Liutikov
33+
34+
== Libraries and Tools
35+
36+
New releases and tools this week:
37+
38+
* https://github.com/overtone/overtone[overtone] https://github.com/overtone/overtone/releases/tag/v0.16.3331[0.16.3331] - Collaborative Programmable Music
39+
* https://github.com/weavejester/ragtime[ragtime] https://github.com/weavejester/ragtime/blob/master/CHANGELOG.md[0.10.1] - Database-independent migration library
40+
* https://github.com/cursive-ide/cursive[cursive] https://cursive-ide.com/blog/cursive-1.14.0.html[1.14.0] - Cursive: The IDE for beautiful Clojure code
41+
* https://github.com/juji-io/datalevin[datalevin] https://github.com/juji-io/datalevin/blob/master/CHANGELOG.md[0.9.13] - A simple, fast and versatile Datalog database
42+
* https://github.com/clojure-lsp/clojure-lsp[clojure-lsp] https://github.com/clojure-lsp/clojure-lsp/releases/tag/2024.11.08-17.49.29[2024.11.08-17.49.29] - Clojure & ClojureScript Language Server (LSP) implementation
43+
* https://github.com/flow-storm/flow-storm-debugger[flow-storm-debugger] https://github.com/flow-storm/flow-storm-debugger/blob/master/CHANGELOG.md[4.0.0] - A debugger for Clojure and ClojureScript with some unique features
44+
* https://github.com/babashka/babashka[babashka] https://github.com/babashka/babashka/blob/master/CHANGELOG.md[1.12.195] - Native, fast starting Clojure interpreter for scripting
45+
* https://github.com/phronmophobic/usearch.clj[usearch.clj] - A clojure wrapper for usearch, a fast open-source search & clustering engine for vectors
46+
* https://github.com/phronmophobic/whisper.clj[whisper.clj] - Audio Transcription using whisper.cpp
47+
* https://github.com/pitch-io/uix[uix] https://github.com/pitch-io/uix/blob/master/CHANGELOG.md[1.2.0] - Idiomatic ClojureScript interface to modern React.js
48+
* https://github.com/clj-kondo/clj-kondo[clj-kondo] https://github.com/clj-kondo/clj-kondo/blob/master/CHANGELOG.md[2024.11.14] - Static analyzer and linter for Clojure code that sparks joy
49+
* https://github.com/paintparty/fireworks[fireworks] https://github.com/paintparty/fireworks/blob/main/CHANGELOG.md[0.10.3] - Fireworks is a themeable tapping library for Clojure, ClojureScript, and Babashka
50+
* https://github.com/babashka/nbb[nbb] https://github.com/babashka/nbb/blob/main/CHANGELOG.md[1.3.195] - Scripting in Clojure on Node.js using SCI
51+
* https://github.com/scicloj/clay[clay] https://github.com/scicloj/clay/blob/main/CHANGELOG.md[2-beta23] - A tiny Clojure tool for dynamic workflow of data visualization and literate programming
52+
* https://github.com/scicloj/noj[noj] https://github.com/scicloj/noj/blob/main/CHANGELOG.md[2-alpha12] - A clojure framework for data science
53+
* https://github.com/phronmophobic/clj-libffi[clj-libffi] - A wrapper for libffi
54+
* https://github.com/phronmophobic/objcjure[objcjure] - A clojure DSL for calling objective c code
55+
* https://github.com/replikativ/konserve-dynamodb[konserve-dynamodb] - DynamoDB backend for konserve
56+
* https://github.com/replikativ/datahike-dynamodb[datahike-dynamodb] - DynamoDB backend for datahike
57+
* https://github.com/ikappaki/basilisp-blender[basilisp-blender] https://github.com/ikappaki/basilisp-blender/blob/main/CHANGELOG.md[0.3.0] - A library designed to facilitate the execution of Basilisp Clojure code within Blender
58+
* https://github.com/xtdb/xtdb[xtdb] - An immutable SQL database for application development, time-travel reporting and data compliance. Developed by @juxt
59+
* https://github.com/clj-commons/virgil[virgil] https://github.com/clj-commons/virgil/blob/master/CHANGELOG.md[0.3.1] - Recompile Java code without restarting the REPL
60+
* https://github.com/clj-commons/humanize[humanize] https://github.com/clj-commons/humanize/blob/master/CHANGES.md[1.1] - Produce human readable strings in clojure
61+
* https://github.com/eerohele/pp[pp] https://github.com/eerohele/pp/blob/main/CHANGELOG.md#2024-11-1377[2024-11-13.77] - Peppy pretty-printer for Clojure data
62+
* https://github.com/scicloj/kindly[kindly] https://github.com/scicloj/kindly/blob/main/CHANGELOG.md[4-beta14] - A small library for defining how different kinds of things should be rendered

0 commit comments

Comments
 (0)