Profile avatar
borkdude.bsky.social
#clojure (#cljKondo, #babashka) * functional programming * whole food plant based * progressive rock+metal * ♥ @lalage_ * http://github.com/borkdude
338 posts 821 followers 19 following
Regular Contributor
Active Commenter

The newest #scittlecljs release now supports #clojure Replicant for building UIs! Check out the TicTacToe example here: babashka.org/scittle/repl...

Python pods: use #babashka pods from Python! github.com/judepayne/py... #clojure #python

I try to avoid dynamic vars since they tend to have a negative effect on performance, but sometimes they are the exactly workaround you need... #clojure

A big new #babashka release it out now! #clojure github.com/babashka/bab...

Woohoo, got promesa working in #babashka (with some changes in bb and some in promesa) This library is used in some interesting projects like lsp4clj which lets you can e.g. an LSP or MCP server #clojure

Using Idiomorph (HTMX, same thing) with #squintcljs #clojure #clojurescript squint-cljs.github.io/squint/?src=...

Me imitating a chatbot...

This might be a good use of AI-assisted coding for existing Clojure code-bases: get rid of clj-kondo warnings 😅 #clojure #cljKondo

It's better to have 100 consistently failing tests than 1 flaky test.

ok, ok... I tried clojure-mcp and Claude Desktop for the first time. My own solution to a bug I was working on: github.com/borkdude/qui... And here's Claude's solution: github.com/borkdude/qui... Not too far off! #clojure #mcp

Making Clerk #clojure compatible with #babashka. How's your day going?

Upcoming in a #cljKondo near you: discouraged-java-method #clojure

Nextjournal clerk in #babashka? #clojure

Wrote a little tool to detect unused dependencies in your deps.edn or project.clj on the way back from #reclojure (which was an awesome #clojure conference!) github.com/borkdude/unu...

ClojureScript forks Google Closure for backward compatibility: clojurescript.org/news/2025-05... "ClojureScript is and never was only just for rich web applications. Even in the post React-world, a large portion of the web is (sensibly) still using jQuery." 🔥 #clojure #clojurescript

I thought I couldn't make it to reClojure but turns out I can squeeze in a train ride to London on Sunday night! So I'll be there! Who else is coming? #clojure

It seems deno is currently the fastest at starting and executing something with #nbbcljs #clojure $ time deno -A jsr:@babashka/[email protected] -e '(+ 1 2 3)' 6 deno -A jsr:@babashka/[email protected] -e '(+ 1 2 3)' 0,05s user 0,02s system 101% cpu 0,068 total

(CAR '(DUDE WHERE 'S MY))

Are you looking to write a babashka pod in JavaScript or TypeScript to expose features from that ecosystem to #babashka, take a look here for a small example! github.com/SouthwestAir... #clojure

#nbbcljs can run on deno and now supports jsr: + npm: inline dependencies, so you don't need any config file or manually download dependencies for a single script! #clojure #clojurescript github.com/babashka/nbb...

o'doyle rules is a #clojure library written by Zach Oakes. Turns out it runs with #babashka too (don't know for how long already though, someone happened to need it with bb today on Slack). github.com/oakes/odoyle...

Edamame, the #clojure reader used in #babashka / SCI, #squintcljs and other projects has a pretty cool option to read namespaced keywords and syntax-quote based on the ns form, so you can read an entire file in one go without much hassle. github.com/borkdude/eda...

Here are my OSS updates for March and April for Clojurists Together and other sponsors. Thanks so much for sponsoring so I can keep up with maintenance of these projects! The blog post also mentions one blog post and a Youtube video. #clojure #oss #babashka blog.michielborkent.nl/oss-updates-...

Did you know that #babashka and the test.chuck library became friends recently? It's a cool #clojure library that can for example generate sample strings from regexes. github.com/gfredericks/... (use latest commit)

New release of babashka.fs - file system utility library for #clojure! github.com/babashka/fs #babashka

New release of quickdoc Quick and minimal API doc generation for Clojure github.com/borkdude/qui... #clojure

New #babashka version released!