@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.
@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
Building Browser-Native Presentations with Scittle
https://clojurecivitas.github.io/scittle/presentations/browser_native_slides.html
By Burin Choomnuan
https://timothypratley.github.io/scittle-kitchen/
Preprepped ClojureScript Plugins
Finally a sane way to deal with JS libraries in #scittlecljs!
https://github.com/babashka/scittle/blob/main/doc/js-libraries.md
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!
The newest #scittlecljs release now supports #clojure Replicant for building UIs!
Check out the TicTacToe example here:
codeshow: a codesnippet shower in any language, made with #scittlecljs!
https://mccormick.cx/apps/codeshow/
https://github.com/chr15m/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/