Babashka CLI is now available for use in Squint and JavaScript!
Babashka CLI is now available for use in Squint and JavaScript!
The newly released version of squint can now run (a mildly modified) version of replicant:
https://github.com/squint-cljs/squint/tree/main/examples/replicant
The Replicant TODO example app comes in around 18kb gzipped. (Reagami ~ 5kb, Replicant in CLJS ~42kb)
I don't know who needs to see this but if you're writing a Reagent app and your browser tests are flaky as hell, add this to your test suite setup code:
(set! reagent.impl.batching/next-tick js/queueMicrotask)
I just went from having a random noisy test failure every three or four runs to 100 runs of my whole suite passing with 0 failures 🥹 #clojure #clojurescript
Clojure(Script)
Clojure is a LISP dialect that targets the Java VM - but that also happens to have a number of other back-ends, including a JavaScript one. (...)
#clojure #clojurescript #development #lisp
https://taoofmac.com/space/dev/clojure?utm_content=atom&utm_source=mastodon&utm_medium=social
Finally squint has browser nREPL support in the latest release!
https://github.com/squint-cljs/squint/blob/main/doc/browser-repl.md
ClojureScript async function reference
New tool ALERT
github.com/PEZ/epupp
similar to #greasemonkey, #violentmonkey you can run userscript in webpage. The catch is you can use #clojurescript and we can connect repl into the web pages and start sending commands from editor
Sharing things with a group of less tech-savvy people creates bottlenecks. You cannot push them to register or install apps. Still, in 2026, I want to collaborate with others – so I created a super-simple to-do-list app Dotolist.eu. It has nearly zero friction. And it works. #clojure #clojurescript #collaboration #productivity
(Thanks @cjohansen for your Replicant!)
https://medium.com/@tombarys/dotolist-creating-a-one-click-team-065a18dbeccd