-
Another thing is that Promesa is yet another clojure async library that seems to be actively developed lately and as of recently has its own CSP implementation that seem to fill a similar role as core.async. I haven't used the CSP stuff much but the core promesa library is a solid minimal wrapper on native futures (ie CompleteableFuture on the JVM), filling the role of the deferred half of Manifold.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
It was created by Rich Hickey: https://github.com/clojure/core.async/commit/47b1d24c0291050a1188dbeee2fc9227f694eb3c don't think he's disavowed it lol.
-
I wonder if anyone can compare these to missionary?