Skip to content

Commit c8c692e

Browse files
committed
add deref
1 parent 2d352e8 commit c8c692e

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

content/news/2023/09/29/deref.adoc

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
= Clojure Deref (Sept 29, 2023)
2+
Alex Miller
3+
2023-09-29
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 and videos
11+
12+
* https://clojuredesign.club/episode/091-combo-boost/[Ep 091: Combo Boost] - Functional Design in Clojure
13+
* https://www.youtube.com/watch?v=pG0ofjVL3Ro[Configuring a Clojure Application Using Component, Aero, and Malli] - Andrey Fadeev
14+
* https://www.youtube.com/watch?v=oqE_aI26VrY[Building conditional data dependency graphs with Nodely (by Sophia Velten)] - London Clojurians
15+
* https://www.youtube.com/watch?v=nX-crYoeaRw[Converting CURL header to Clojure map] - Clojure Diary
16+
17+
== Blogs, articles, and projects
18+
19+
* https://www.clojuriststogether.org/news/announcing-2023-board-nominations/[Announcing 2023 Board Nominations] - Kathy Davis (Clojurists Together)
20+
* https://jbullers.github.io/posts/2023-09-22-aoc-2022-day7[Experimenting with Clojure: Advent of Code 2022 - Day 7] - Jason Bullers
21+
* https://faster-than-light-memes.xyz/generative-art.html[generative-art] - Benjamin Schwerdtner
22+
* https://phronmophobic.github.io/llama.clj/notebooks/intro.html[Intro to Running LLMs Locally] - Adrian Smith
23+
* https://www.juxt.pro/blog/clojure-in-exoscale/[Clojure in Cloud Hosting: Exoscale] - JUXT
24+
* https://biffweb.com/p/understanding-htmx/[Understanding htmx] - Jacob O'Bryant
25+
* https://scicloj.github.io/blog/jointprob-community-updates-probability-basics-talk-hierarchical-models-followup/[Jointprob community updates - Probability Basics talk, Hierarchical Models followup] - Daniel Slutsky
26+
* https://robjohnson.dev/posts/aero-and-integrant/[Rethinking Config with Aero & Integrant] - Robert Johnson
27+
28+
== Libraries and Tools
29+
30+
New releases and tools this week:
31+
32+
* https://github.com/wkok/openai-clojure[openai-clojure] https://github.com/wkok/openai-clojure/releases/tag/0.11.0[0.11.0] - Clojure functions to drive the OpenAI API
33+
* https://github.com/metosin/malli[malli] https://github.com/metosin/malli/blob/master/CHANGELOG.md#0130-2023-09-24[0.13.0] - High-performance Data-Driven Data Specification Library for Clojure/Script
34+
* https://github.com/fabiodomingues/clj-depend[clj-depend] 0.9.0 - A Clojure namespace dependency analyzer
35+
* https://github.com/babashka/neil[neil] https://github.com/babashka/neil/releases/tag/v0.2.61[0.2.61] - A CLI to add common aliases and features to deps.edn-based projects
36+
* https://github.com/amperity/vault-clj[vault-clj] 2.1.583 - Clojure client for Hashicorp's Vault secret management system
37+
* https://github.com/clj-commons/aleph[aleph] https://github.com/clj-commons/aleph/blob/master/CHANGES.md[0.7.0-alpha2] - Asynchronous communication for Clojure
38+
* https://github.com/babashka/bbin[bbin] 0.2.1 - Install any Babashka script or project with one command
39+
* https://github.com/babashka/babashka[babashka] https://github.com/babashka/babashka/blob/master/CHANGELOG.md#13185-2023-09-28[1.3.185] - Native, fast starting Clojure interpreter for scripting
40+
* https://github.com/seancorfield/next-jdbc[next-jdbc] https://github.com/seancorfield/next-jdbc/releases/tag/v1.3.894[1.3.894] - A modern low-level Clojure wrapper for JDBC-based access to databases
41+
* https://github.com/clojure-emacs/clojure-ts-mode[clojure-ts-mode] https://github.com/clojure-emacs/clojure-ts-mode/blob/main/CHANGELOG.md#020[0.2.0] - The next generation Clojure major mode for Emacs, powered by TreeSitter
42+
* https://github.com/abogoyavlensky/automigrate[automigrate] https://github.com/abogoyavlensky/automigrate/releases/tag/0.1.1[0.1.1] - Database auto-migration tool for Clojure
43+
* https://github.com/quoll/tiara[tiara] 0.3.1 - A small data structure library
44+
* https://github.com/quoll/spike[spike] 0.0.2 - Simple SPARQL client for Clojure
45+
* https://github.com/quoll/asami[asami] https://github.com/quoll/asami/blob/main/CHANGELOG.md[2.3.4] - A flexible graph store, written in Clojure
46+
* https://github.com/borkdude/deps.clj[deps.clj] 1.11.1.1413 - A faithful port of the clojure CLI bash script to Clojure
47+
* https://github.com/babashka/cli[cli] https://github.com/babashka/cli/releases/tag/v0.7.53[0.7.53] - Turn Clojure functions into CLIs

0 commit comments

Comments
 (0)