(λ. borkdude)
borkdude.bsky.social
(λ. borkdude)
@borkdude.bsky.social
#clojure (#cljKondo, #babashka) * functional programming * whole food plant based * progressive rock+metal * ♥ @lalage_ * http://github.com/borkdude
A mashup between reagami and webcomponents. I don't know why you would do this, but you can!

#clojure #clojurescript #squintcljs

squint-cljs.github.io/squint/?src=...
November 10, 2025 at 12:39 PM
Fun matters #clojure #babashka
November 8, 2025 at 12:24 PM
pr-str, prn, etc now print EDN instead of JSON in squint, as you can see in this beautiful draggable button demo

#clojure #clojurescript #squintcljs

squint-cljs.github.io/squint/?src=...
November 8, 2025 at 10:45 AM
My upcoming conj talk finally fits within the "max 1 minute per slide" budget after practicing more and deleting more stuff (and not deleting much of the essence)...

#clojureconj
November 7, 2025 at 8:41 PM
Out of band DOM updating (manually messing with DOM elements) counter example in Reagami

#clojure #clojurescript #squintcljs

squint-cljs.github.io/squint/?src=...
November 7, 2025 at 1:26 PM
Setting a piece of static HTML for whatever reason. Reagami doesn't make you jump through hoops to do so :)

squint-cljs.github.io/squint/?src=...
November 6, 2025 at 6:59 PM
Using reagami from JS

codepen.io/borkdude/pen...
November 5, 2025 at 1:51 PM
The on-render hook in reagami just got more awesome. You can now pass data from mount to update to unmount, by just returning data!

#clojure #clojurescript #squintcljs

squint-cljs.github.io/squint/?src=...
November 5, 2025 at 11:12 AM
Here are my September and October 2025 OSS highlights and updates.

blog.michielborkent.nl/oss-updates-...

Thanks for supporting my work!
And perhaps see you at the Conj?

#clojure #clojurescript #squintcljs #cljKondo #babashka
November 3, 2025 at 10:46 AM
The next clj-kondo will resume linting even after paren mismatches / omissions / extra trailing parens

#clojure #cljKondo
November 1, 2025 at 3:20 PM
This is fun
October 30, 2025 at 10:53 PM
Boring crud example with a 100 line Reagent-like app

#clojure #clojurescript #squint

squint-cljs.github.io/squint/?src=...
October 24, 2025 at 3:15 PM
LOL, I made a manual hiccup to DOM renderer + patching algorithm, 3.6kb zipped
I bet it won't work for most UIs but simple crud apps, probably good enough.

#squint #clojurescript #clojure

squint-cljs.github.io/squint/?src=...
October 24, 2025 at 11:21 AM
October 22, 2025 at 8:25 AM
Idiomorph + squint reactive example (counter + text field) with regular squint atom. 5kb gzipped.

#squintcljs #clojure #clojurescript

squint-cljs.github.io/squint/?src=...
October 21, 2025 at 10:30 PM
Moar squint optimizations. If objects aren't shared, we are free to mutate them, even when assoc instead of assoc! is used.

squint-cljs.github.io/squint/?src=...

#clojure #clojurescript #squintcljs
October 20, 2025 at 7:03 PM
Squint CLJS now emits more performant code for assoc, assoc! and get when objects can be inferred or are type hinted using ^object

#squintcljs #clojure #clojurescript

squint-cljs.github.io/squint/?src=...
October 18, 2025 at 10:14 AM
Cool article on Show HN about Eucalypt!

Link below
October 15, 2025 at 11:27 AM
Small tweak to #squintcljs. When using ^object type hints, assoc and assoc! compile down direct object manipulation without calling into the stdlib

squint-cljs.github.io/squint/?src=...

#clojure #clojurescript
October 15, 2025 at 10:29 AM
Announcing a little but fun macro as library that optimizes CLJS str almost 300x.

github.com/borkdude/clj...

#clojure #clojurescript
October 13, 2025 at 1:25 PM
Babashka Conf in 2026 the day before Dutch Clojure Days? Show your interest in the babashka-conf channel on Clojurians Slack.

#babashka #babashka_conf
October 11, 2025 at 10:52 AM
The most important #squintcljs updates since March:

github.com/squint-cljs/...

#clojurescript #clojure
October 8, 2025 at 10:43 AM
Squint = now defaults to a deep equals implementation

squint-cljs.github.io/squint/?src=...

#clojure #clojurescript #squintcljs
October 7, 2025 at 7:04 PM
Nbb: the easiest way to script in ClojureScript on node, bun and deno

github.com/babashka/nbb

#clojure #clojurescript #nbbcljs
October 6, 2025 at 7:00 PM
Eucalypt Tictactoe #squintcljs

Reactive front-end in < 10kb

#clojure

squint-cljs.github.io/squint/?src=...
September 29, 2025 at 6:01 PM