babashka

borkdude 2025-11-26T11:11:23.269379Z

A thank you note to all my sponsors! https://blog.michielborkent.nl/thanksgiving-2025.html

1
❤️ 5
nate 2025-11-26T20:43:25.136759Z

Thank you for all you do. Your work enables so much more.

❤️ 1
borkdude 2025-11-26T15:02:19.686749Z

We have a #babashka-conf space and people are off the waitlist! https://oba.nl/nl/oba-congres/oba-congres-forumzaal Any company wants to sponsor this venue so your name is going to be on the (future) conference website and more? https://www.meetup.com/the-dutch-clojure-meetup/events/312079164

❤️ 2
2025-11-26T18:29:52.649789Z

Is there a way to specify that you want bb to use :default instead of :clj (besides just adding :bb before :clj and duplicating the :default functionality)?

2025-11-26T18:30:44.070549Z

Would be cool to have like a :clj-only that bb doesn't match but I imagine that doesn't exist

borkdude 2025-11-26T18:33:36.135579Z

Nope

borkdude 2025-11-26T18:35:14.067079Z

You can nest reader conditionals though, sometimes it helps

👀 2
borkdude 2025-11-26T18:35:51.985019Z

And you can also use a macro instead of reader conditionals. On the phone right now but search for if-bb

1