Using Idiomorph (HTMX, same thing) with #squintcljs
Using Idiomorph (HTMX, same thing) with #squintcljs
In other news - clojure-ts-mode 0.5 is out and it's epic! Some highlights include:
- the ability to font-lock custom def-like forms
- font-locking JS code embedded in #ClojureScript
- #Tree-sitter powered completion source that provides reasonable completions for the current file
Perhaps that's the first Emacs major mode to use Tree-sitter for completion? :D
ClojureScript forks Google Closure Library to guarantee backward compatibility
https://clojurescript.org/news/2025-05-16-release
#ycombinator #clojurescript #programming
ClojureScript forks Google Closure Library for backward compatibility: https://clojurescript.org/news/2025-05-16-release
"ClojureScript is and never was only just for rich web applications. Even in the post React-world, a large portion of the web is (sensibly) still using jQuery."
#nbbcljs can run on deno and now supports jsr: + npm: inline dependencies, so you don't need any config file or manually download dependencies for a single script!
https://github.com/babashka/nbb?tab=readme-ov-file#nbb-with-deno
Clojure: Realtime collaborative web apps without ClojureScript
since (I think) #clojurescript is a bit of an overkill for my dabbling, (and I'm fed up with js when the code exceeds ~50 lines) what should I use:
More progress on Parts! Got a first version of the relationships between different parts working, plus improved the editing experience. #ClojureScript #UIx #InternalFamilySystems
Trying to figure out what to use in my next personal project. Trying to stay away from touching JS. I have been considering #Elm becuase I like #haskell. I also have been considering #clojurescript and #clojure becuase I love #lisp. I guess I could choose any backend but I am really looking for a frontend replacement to make a QOL improvement
Hello fellow clojurists.
Today I released 2 open source Clojurescript libraries:
- Siagent, a subset of Reagent using Signaali, and
- Si-frame, a fork of Re-frame which is based on Siagent & Signaali.
I am looking for testers willing to provide feedback.
Thank you
https://github.com/metosin/signaali
https://github.com/metosin/siagent
https://github.com/metosin/si-frame
I am starting a live Clojure coding session on Twitch. https://www.twitch.tv/greencoder
Topic of the day: Implementing a mini version of Reagent using Signaali.
Hey #clojure / #clojurescript community, does anyone have a config for clj-kondo to support the re-frame macros? #cljKondo
I recently released a small Clojure(script) library which handles reactive computations and effects.
Cursive 1.14.0 is out! Inline evaluation results, customisable to create data UIs in your editor. Many bugfixes, support for IntelliJ 2024.3, better REPL command management, and a Reformat Form action for pretty printing forms. #clojure #clojurescript https://cursive-ide.com/blog/cursive-1.14.0.html
This is the REPL development workflow diagram from the Learn #ClojureScript book by Andrew Meredith. Looking at it, I realise that I've been missing the opportunity to write unit tests as well as I do REPL exploration. TIL!
The book: https://www.learn-clojurescript.com/
@dentangle this is what I like about #Clojure (but not #ClojureScript!). The language, and almost all the widely used libraries, is extremely stable.
The #ClojureScript ecosystem, unfortunately, is undermined by the roiling churn of #JavaScript libraries underneath it.