@fogus Thanks for the scittle mention.

#scittlecljs is powered by SCI so it's interpreted, similar to #babashka. Also similar to bb it has some libraries from the CLJS ecosystem built-in like Reagent for "easy scripting" in the browser.

For fun: reagami (React-free hiccup DOM morphing lib) loaded in scittle from source (directly from Github). Works like a charm, except that SCI doesn't support js-in yet (which is easy to fix, example includes patch).

https://gist.github.com/borkdude/4432b2f437a65ab8d1b364eef4ce3c8b

#clojure #scittlecljs

Building Browser-Native Presentations with Scittle – Clojure Civitas

Create interactive presentation systems without build tools using Scittle and Reagent

Clojure Civitas
Scittle Kitchen - Plugins for Scittle

My project updates for May and June:
https://blog.michielborkent.nl/oss-updates-may-jun-2025.html

19 projects updated in total!

Thank you for sponsoring my work through Clojurists Together, Github Sponsors or otherwise!

#clojure #babashka #scittlecljs #nbbcljs #squintcljs

OSS updates May and June 2025

My Clojure OSS updates for May and June 2025

The newest #scittlecljs release now supports #clojure Replicant for building UIs!

Check out the TicTacToe example here:

https://babashka.org/scittle/replicant_tictactoe.html

codeshow: a codesnippet shower in any language, made with #scittlecljs!

https://mccormick.cx/apps/codeshow/
https://github.com/chr15m/codeshow

#clojure

CodeShow

Luke Zeitlin made a habit tracking app in #scittlecljs without a backend. You save the app state by mailing it to yourself (via a mailto link).

https://www.lzeitlin.xyz/octohabit/

Github: https://github.com/larzeitlin/octohabit

#clojure