I made https://github.com/cljfx/plorer — a dev helper library for exploring and interacting with JavaFX apps in the REPL. Perfect if your coding agent has access to your REPL!
New https://github.com/clojure/core.async versions are now available... Release 1.9.865 (flow not included): • Added datafy support for channels and buffers • https://clojure.atlassian.net/browse/ASYNC-273 (CLJ) alts!! callbacks should dispatch on caller when possible • https://clojure.atlassian.net/browse/ASYNC-272 (CLJ) Use JVM virtual threads in io-thread (see https://clojure.org/news/2026/03/11/async_virtual_threads) • https://clojure.atlassian.net/browse/ASYNC-269 (CLJ) Noop callbacks dispatch on caller thread Release 1.10.864-alpha1 (use this if you are using flow, includes all 1.9 changes): • Alpha release of core.async.flow - all APIs subject to change • https://clojure.atlassian.net/browse/ASYNC-274 (CLJ) Fixed flow/futurize stopped returning a future on Executor change • https://clojure.atlassian.net/browse/ASYNC-270 (CLJ) futurize with no :exec arg throws We will continue working towards a non-alpha version of flow next.
If we are not using flow, is there any reason to avoid using 1.10.864-alpha1? (just to stay on the latest released version -- which is what we generally do at work)
no reason to avoid - the 1.10 alpha is 1.9 + flow