clojurescript

weavejester 2026-03-22T17:23:11.233989Z

Are there any modern ClojureScript REPLs that are just client/server, rather than being part of a full build tool like Shadow CLJS?

๐Ÿ‘€ 2
borkdude 2026-03-23T15:24:46.832319Z

ClojureScript supports prepl

borkdude 2026-03-23T15:24:52.854069Z

you can use that for testing too

seancorfield 2026-03-22T19:35:35.197409Z

Anyone here using #polylith and looking for integration with poly test for ClojureScript testing? Feel free to take my https://github.com/seancorfield/polylith-external-test-runner for a test drive as I'm working on the v0.8.0 release with support for ClojureScript testing via Shadow-cljs and olical/cljs-test-runner. Feedback can be added to https://github.com/seancorfield/polylith-external-test-runner/issues/18 or given in a ๐Ÿงต here (or in the #polylith channel). Thank you!

๐Ÿ‘€ 3