Advertisement · 728 × 90

Posts by (λ. borkdude)

De pentateuch

7 hours ago 1 0 0 0

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 :)

3 days ago 0 0 1 0
How one programmer's pet project changed how we think about software
How one programmer's pet project changed how we think about software YouTube video by CultRepo

Watch Clojure: the documentary here!

www.youtube.com/watch?v=Y24v...

It's an over an hour long documentary about ... #clojure!

4 days ago 9 2 0 0

I said earlier that clj-kondo was 6 years old but I miscalculated. it's 7 already... time flies!

5 days ago 0 0 0 0
Post image

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

6 days ago 9 0 1 0

Basic fit in Zutphen...?

2 weeks ago 0 0 1 0

Wel een toepasselijk week

3 weeks ago 1 0 0 0
Babashka compatibility by borkdude · Pull Request #242 · Engelberg/instaparse Hi @Engelberg. In this PR I've added babashka compatibility. The main difference with JVM Clojure is that it doesn't support the AutoFlattenSeq deftype stuff as of today. This PR relies on ...

Instaparse PR to make it bb compatible!

github.com/Engelberg/in...

#clojure #babashka

4 weeks ago 4 0 0 0

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...

1 month ago 0 0 0 0
babashka-conf

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

1 month ago 6 0 1 0
Advertisement
Post image

ClojureScript gets async/await

github.com/clojure/cloj...

#clojure #clojurescript

1 month ago 13 2 0 0
babashka-conf

The Babashka Conf schedule is now live!

babashka.org/conf/#schedule

#babashka #babashka_conf #clojure

1 month ago 3 0 0 0
OSS updates January and February 2026 My Clojure OSS updates for January and February 2026

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

1 month ago 9 0 0 0
Rush - The Trees
Rush - The Trees YouTube video by RushVEVO

Got tickets for RUSH live next year in NL!

www.youtube.com/watch?v=JnC8...

1 month ago 3 0 0 0
babashka-conf

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

1 month ago 6 0 0 0

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.

1 month ago 2 0 0 0
Post image

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

1 month ago 18 2 1 1
Preview
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

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

1 month ago 21 3 0 0
Post image

#babashka is the most popular Clojure dialect after JVM Clojure 😎 #clojure

clojure.org/news/2026/02...

2 months ago 12 0 0 0
Apropos with Michiel Borkent - Borkdude! Feb 17, 2026
Apropos with Michiel Borkent - Borkdude! Feb 17, 2026 YouTube video by apropos clojure [ with humans only ]

It was fun demo-ing some of this stuff with Timo on Apropos: www.youtube.com/watch?v=unwX...

#clojure #babashka

2 months ago 4 0 0 0
Advertisement
Post image

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

2 months ago 33 7 1 2
Post image

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

2 months ago 9 2 0 0

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

2 months ago 7 0 0 0
Post image

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

2 months ago 8 0 0 0
Post image

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

2 months ago 21 3 0 0
Post image

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

2 months ago 6 0 1 0
Post image

Experiment with adding jline3 to babashka so you can create TUIs with it.

github.com/jline/jline3...

#babashka #clojure

2 months ago 9 0 0 0

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.

2 months ago 0 0 1 0
Advertisement

I think I'm getting way more PRs due to LLM assistance, so there's more to review and to collaborate in that sense...

3 months ago 1 1 1 0

It’s called ‘vs code’ because the code is an enemy you are fighting

3 months ago 773 187 12 4