u/Borkdude

Babashka.fs is now available on Node.js
▲ 27 r/Clojure

Babashka.fs is now available on Node.js

Babashka.fs is a file system utility library for the JVM and babashka. It's been ported to Node.js now too. The JVM implementation is the reference implementation. All operations remain synchronous. There are only a few gaps (see above link) but most things work exactly the same.

Babashka.fs can be used via CLJS (vanilla + shadow), Squint and nbb on Node.js, bun and Deno. All of this is tested in CI.

Happy scripting!

github.com
u/Borkdude — 4 days ago
▲ 34 r/Clojure

Reagami 0.1.37: key-based diffing + benchmarks

I'm pleased to announce the first release of Reagami in 7 months!

Highlights:

  • Key-based reconciliation
  • Benchmarks: Reagami is in React-ballpark yet at 10% of the bundle size. Squint perf > CLJS perf.

https://github.com/borkdude/reagami

u/Borkdude — 7 days ago