De pentateuch
Posts by (λ. borkdude)
Ik zie dat deze podcast zich heeft getransformeerd in een soort Ongelooflijke podcast met protestantse gasten, misschien bij gebrek aan genoeg Katholiek nieuws? Nouja, maar eens luisteren dan :)
Watch Clojure: the documentary here!
www.youtube.com/watch?v=Y24v...
It's an over an hour long documentary about ... #clojure!
I said earlier that clj-kondo was 6 years old but I miscalculated. it's 7 already... time flies!
New clj-kondo release
v2026.04.15 celebrates 6 years of clj-kondo! This release focuses on adding a few new useful linters, support for new potemkin features and last but not least a boatload of performance improvements!
github.com/clj-kondo/cl...
#clojure #cljKondo
Basic fit in Zutphen...?
Wel een toepasselijk week
Our conference t-shirt is now also for sale. We don't sell them at the conference, so order your own if you want one!
www.etsy.com/listing/4469...
Thanks to our sponsors #babashka_conf is now fully funded (the venue + catering)!
Thanks to Nubank, Exoscale, Bob, Flexiana and Itonomi for chipping in and providing a free Clojure conference!
babashka.org/conf/#sponsors
#babashka #clojure
ClojureScript gets async/await
github.com/clojure/cloj...
#clojure #clojurescript
The Babashka Conf schedule is now live!
babashka.org/conf/#schedule
#babashka #babashka_conf #clojure
My OSS project updates for January and February 2026!
Thanks to all users, contributors and sponsors for keeping it going!
blog.michielborkent.nl/oss-updates-...
#clojure #babashka #cljKondo
Got tickets for RUSH live next year in NL!
www.youtube.com/watch?v=JnC8...
Last call! Two more days to send in a talk proposal for a full or lightning talk for Babashka Conf 2026!
babashka.org/conf/#cfp
Thanks to Nubank, Exoscale and Bob for sponsoring the conf!
We are looking for one last sponsor to provide a snack during the coffee break! ❤️
#clojure #babashka
Good question, I'd have to try it out. I plan to make the binary smaller, just big enough to run a curated list of library tests.
Wanna try a faster alternative to jbang using GraalVM native-image + Crema?
github.com/borkdude/cre...
~20-30ms for executing Java "scripts" with dependencies. It's a shame the name JavaScript was already taken!
#clojure #graalvm #java
New experiment!
github.com/borkdude/cream
Fast starting Clojure runtime built with GraalVM native-image + Crema
Crema is a JVM bytecode interpreter which allows you to dynamically evaluate stuff inside of a native-image.
#clojure #babashka
#babashka is the most popular Clojure dialect after JVM Clojure 😎 #clojure
clojure.org/news/2026/02...
It was fun demo-ing some of this stuff with Timo on Apropos: www.youtube.com/watch?v=unwX...
#clojure #babashka
Babashka 1.12.215: Revenge of the TUIs
blog.michielborkent.nl/babashka-1.1...
One of the most exciting babashka release thus far!
(If you encounter the blog post link on HN, please upvote it (please don't share a direct HN link as this is penalized by HN's algorithm). Thank you!)
#clojure #babashka
Only 3 weeks to send in proposal for #babashka_conf!
babashka.org/conf/#cfp
Thanks to Nubank, Exoscale and Bob sponsoring the conf!
Check out their hiring links at the bb conf page!
We have room for one more platinum (500) or gold (250) sponsor to cover costs.
#clojure
New SCI version dropped which now supports async/await in CLJS!
And new #nbbcljs dropped which uses the newest SCI. Demo:
$ npx nbb@1.4.206
Welcome to nbb v1.4.206!
user=> (defn ^:async foo [] (let [x (await (js/Promise.resolve 1))] (inc x)))
#'user/foo
user=> (foo)
#<Promise 2>
#clojure
Seems like I'll be doing a lighting talk at DCD: Bringing async/await from Squint to ClojureScript!
(Perhaps a full talk later in the year somewhere else?)
#clojure #clojurescript
The next #babashka version will have an improved console REPL. No more rlwrap needed. Multi-line expressions can be entered and edited. Moreover: completions!
Test out the dev version with:
bash <(curl raw.githubusercontent.com/babashka/bab...) --dev-build --dir .
#clojure
This snake game is now playable with the babashka dev build which includes jline!
gist.github.com/borkdude/21f...
Install the dev build with:
bash <(curl raw.githubusercontent.com/babashka/bab...) --dev-build --dir .
#clojure
Experiment with adding jline3 to babashka so you can create TUIs with it.
github.com/jline/jline3...
#babashka #clojure
Bij ons is het komende zondag Kana. Ik denk omdat onze reguliere predikant zich niet zo aan het leesrooster houdt en nu een prekenserie wil doen over de 10 geboden. Zo kan een gastpredikant waarschijnlijk zijn preek van twee weken geleden bij ons recyclen.
I think I'm getting way more PRs due to LLM assistance, so there's more to review and to collaborate in that sense...
It’s called ‘vs code’ because the code is an enemy you are fighting