(λ. borkdude) 🌱
@borkdude
#clojure (#cljKondo, #babashka) * functional programming * whole food plant based * progressive rock+metal * ♥ @lalage_ * http://github.com/borkdude
Is there a German word for rather hitting the up-arrow 51 times to repeat a shell command than re-typing the whole command (far below the length of 51 characters)?
This code works in #clojure. (def ^def ^:def def "def" def)
"I use AI in a separate window. I don't enjoy Cursor or Windsurf, I can literally feel competence draining out of my fingers." @dhh, the legendary programmer and creator of Ruby on Rails has the most beautiful and philosophical idea about what AI takes away from programmers.
Today the #clojure jet CLI tool to transform between JSON, EDN and Transit is 6 years old! github.com/borkdude/jet
Datastar has a Clojure SDK and it now works with (the latest) bb: github.com/starfederation… #clojure #babashka
Clerk, the moldable live programming tool for #clojure and #babashka now work together! Get the latest of both to try it.

The DataStar 1.0 SDK is going to work with the next #babashka version as well! @DelaneyGillilan #clojure
man i love using babashka for all of this
man i love using bash, cd, ls, cat, mkdir, rmdir, rm, cp, mv, ln, chown, chmod, dd, df, du, tar, less, find, diff, grep, sed, awk, dmesg, lsblk, mount, umount, su, kill, pgrep, ps, free, alias, type, time, tee, mktemp, mknod, truncate, basenc, cut, tr, od, sort, uniq, comm, head,
2025 will be the year of Java in the browser ;)
GraalVM is now at the point where it can compile `javac` to a (10MB) WasmGC binary, and you can compile Java code on the web. Soon, you'll be able to program web apps as $DEITY intended again: using Java applets. (🔗⬇️)
GraalVM is now at the point where it can compile `javac` to a (10MB) WasmGC binary, and you can compile Java code on the web. Soon, you'll be able to program web apps as $DEITY intended again: using Java applets. (🔗⬇️)
Measured it with hyperfine --warmup 10 'bb -e ":ok"' FreeBSD: 30.3 ms ± 5.3 ms Linux: 5.9 ms ± 0.2 ms For me it's still quite fast. There were some problems with default chroot, so I installed ubuntu chroot with this script: github.com/mrclksr/linux-…. Works without any issues.
Yeah, I use babashka on FreeBSD with a linux (ubuntu-based) compatibility layer.