Clojure
Clojure Deref (Oct 10, 2022)

Clojure Deref (Oct 10, 2022)

10 October 2022
Alex Miller

Welcome to the Clojure Deref! This is a weekly link/news roundup for the Clojure ecosystem. (@ClojureDeref RSS)

Highlights

This week seemed like an opportune time to mention two neat projects. First, Jacek Schae has completed the work on the Learn Pedestal course so you should check that out. And second, the Parens of the Dead project is back, a fun video series showing you how to code zombie-themed games in Clojure and ClojureScript.

Libraries and tools

New releases and tools this week:

  • biff 0.5.0 - A simple and easy web framework for Clojure

  • kc-repl - An interactive, command line tool for exploring Kafka clusters

  • squint 0.0.0-alpha.48 - ClojureScript syntax to JavaScript compiler

  • clj-yaml 1.0.26 - YAML encoding and decoding for Clojure

  • ruuter 1.3 - A zero-dependency HTTP router

  • clojure-lsp 2022.10.05-16.39.51 - Clojure & ClojureScript Language Server (LSP) implementation

  • clj-kondo 2022.10.05 - Static analyzer and linter for Clojure code that sparks joy

  • Hikari-cp 3.0.0 - A Clojure wrapper to HikariCP JDBC connection pool

  • fulcro 3.5.28 - A library for development of single-page full-stack web applications in clj/cljs

  • methodical 0.15.0.1 - Functional and flexible multimethods for Clojure

  • gh-release-artifact 0.1.0 - Upload artifacts to Github releases idempotently

  • clj-paginate 0.3.54 - Fast pagination of vectors and maps with Clojure for GraphQL

  • potemkin 0.4.6 - Some ideas which are almost good

  • babashka-tasks - Run Babashka Tasks from VS-Code

  • awyeah-api 0.8.35 - Cognitect’s aws-api for babashka

  • nbb 1.0.136 - Scripting in Clojure on Node.js using SCI

  • parsesso - Parser combinators for Clojure(Script)

  • hoge - Server-side rendering example with re-frame, shadow-cljs and Deno

  • process 0.3.11 - Clojure library for shelling out / spawning subprocesses

  • git-revisions - Generate software revision strings based on Git and system context data

  • datalevin 0.6.22 - A simple, fast and versatile Datalog database

  • cli-tools 0.6 - CLIs and subcommands for Clojure or Babashka

  • tools.cli 1.0.214 - Command-line processing

  • statecharts 1.0.1 - A Statechart library for CLJ(S)

  • fulcro-rad 1.3.2 - Fulcro Rapid Application Development

  • Calva 2.0.306 - Clojure & ClojureScript Interactive Programming for VS Code