New reagami version that features Server Side Rendering github.com/borkdude/rea... #clojure #clojurescript #squintcljs #reagami
(λ. borkdude)
@borkdude.bsky.social
#clojure (#cljKondo, #babashka) * functional programming * whole food plant based * progressive rock+metal * ♥ @lalage_ * http://github.com/borkdude
A new #babashka release after a three month hiatus. Babashka tasks now support automatic help and completions Explained in detail here: blog.michielborkent.nl/babashka-tas... #clojure
Babashka tasks with automatic help and completions
Babashka tasks with automatic help and completions
blog.michielborkent.nl
For #java people: cream now also respects a local pom.xml in addition to jbang inline dependencies: github.com/borkdude/cre... #graalvm #clojure
Here's a new fun library: github.com/squint-cljs/... Use squint from existing CLJS projects. #clojure #clojurescript #squintcljs
GitHub - squint-cljs/squint-inline
Contribute to squint-cljs/squint-inline development by creating an account on GitHub.
github.com
Intermediate github.com/borkdude/cream update. cream now supports most CLI options that the regular Clojure CLI supports so you can use it with deps.edn and -Sdeps etc. Cream itself can now run many Clojure projects, including ClojureScript! #clojure #cljcream
GitHub - borkdude/cream: Fast starting Clojure runtime built with GraalVM native-image + Crema
Fast starting Clojure runtime built with GraalVM native-image + Crema - borkdude/cream
github.com
Very exciting clj-kondo release this time, with better type inference than ever. github.com/clj-kondo/cl... #cljKondo #clojure
I'll be hosting a workshop on fast, lean, native Clojure. You can check out the full workshop lineup and get your pass here: 2026.clojure-conj.org/workshops #clojure
cljbang.el A light-weight Clojure-like language that runs directly in Emacs Lisp. The way this is made is inspired by squint. Read the README for more :) github.com/borkdude/clj... #clojure #clojurescript #emacs #lisp
Preliminary changelogs for the improved clj-kondo type inference github.com/clj-kondo/cl... Please give it a spin: clj -Sforce -Sdeps '{:deps {clj-kondo/clj-kondo {:mvn/version "RELEASE"}}}' -M -m clj-kondo.main --lint src:test #clojure #cljKondo
Made a Deno deploy function with nbb: hello-nbb.borkdude.deno.net Source here: github.com/babashka/nbb... #clojure #clojurescript #nbbcljs
https://hello-nbb.borkdude.deno.net/
Hello from nbb on Deno Deploy!
hello-nbb.borkdude.deno.net
Implementing JIT for SCI which compiles loops, function calls, and interop: near native speeds $ node lib/nbb_main.js -e '(time (print (loop [i 0 j 10000000] (if (zero? j) i (recur (inc i) (dec j))))))' 10000000 "Elapsed time: 9.315083 msecs" #clojure #babashka #nbbcljs #scittlecljs
Squint may get its own squint.immutable namespace soon with proper persistent structural sharing data structures. Basically a direct port of CLJS's to JS. Similar performance characteristics but very tree-shakable by esbuild.
My May and June OSS project updates are now available! blog.michielborkent.nl/oss-updates-... Gratitude to those making it possible. #clojure #clojurescript #babashka #cljKondo #squintcljs
OSS updates May and June 2026
My Clojure OSS updates for May and June 2026
blog.michielborkent.nl
SCI on ClojureDart now released. Have fun making a scriptable mobile Flutter app. #clojure #clojuredart #sci
Squint core functions are now protocolized on main. This means you can bring your own immutable collection like immutable.js #clojure #clojurescript #squintcljs squint-cljs.github.io/squint/?src=...
Babashka.fs is now available on Node.js (and bun, etc)! Available for CLJS, squint, nbb and directly in JS! github.com/babashka/fs/... #clojure #babashka #nbbcljs
I'm pleased to announce the first release of Reagami in 7 months! Highlights: - Key-based reconciliation - Benchmarks: Reagami is in React-ballpark yet at 10% of the bundle size. Squint perf > CLJS perf. github.com/borkdude/rea... #clojure #clojurescript #squintcljs
Babashka CLI is now available for use in Squint and JavaScript! #babashka #squintcljs #clojurescript
The newly released version of squint can now run (a mildly modified) version of replicant: github.com/squint-cljs/... The Replicant TODO example app comes in around 18kb gzipped. (Reagami ~ 5kb, Replicant in CLJS ~42kb) #clojure #clojurescript #squintcljs
New blog post! Automatic help and completions in Babashka CLI :babashka: blog.michielborkent.nl/babashka-cli... #clojure #babashka
Automatic help and completions in Babashka CLI
Automatic help and completions in Babashka CLI
blog.michielborkent.nl