announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
raspasov 2021-03-04T08:31:38.221900Z

My tiny Clojure(Script) Loop library is now on Clojars. https://github.com/saberstack/loop Loop allows you to take control of your core.async loops with just a bit of state (one atom). Start/stop a go-loop from the REPL or “re-define” a running go-loop by starting a new one with the same :id

👍 4
tomrbowden 2021-03-04T09:02:20.223900Z

Just published a ClojureScript code sandbox in the browser: https://codesunaba.netlify.app/ Open-sourced on GitHub: https://github.com/AutoScreencast/codesunaba Inspired by @thheller blogpost on Bootstrapped ClojureScript: https://code.thheller.com/blog/shadow-cljs/2017/10/14/bootstrap-support.html

👍 14
❤️ 4
tomrbowden 2021-03-12T11:49:16.356900Z

I’ve given the app some polish, and added numerous examples. The app now support re-frame and cljs-ajax. Please let me know what you think. https://codesunaba.netlify.app/

alexmiller 2021-03-04T16:04:26.234400Z

https://clojure.org/news/2021/03/04/clojure1-10-3 is now available • Reverted https://clojure.atlassian.net/browse/CLJ-2564 "Improve error message for case" (1.10.2) due to backward compatibility issues • https://clojure.atlassian.net/browse/CLJ-2453 Enable reader conditionals in Clojure prepl (thanks Oliver Caldwell for the patch!)

4
🎉 32