Comparison of manifold and clojure.core.async

This page summarizes the projects mentioned and recommended in the original post on /r/Clojure

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.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • promesa

    A promise library & concurrency toolkit for Clojure and ClojureScript.

    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.

    CodeRabbit logo
  • core.async

    Facilities for async programming and communication in Clojure

    It was created by Rich Hickey: https://github.com/clojure/core.async/commit/47b1d24c0291050a1188dbeee2fc9227f694eb3c don't think he's disavowed it lol.

  • missionary

    A functional effect and streaming system for Clojure/Script

    I wonder if anyone can compare these to missionary?

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Reactive Relational Algebra

    3 projects | news.ycombinator.com | 20 Sep 2024
  • Humble Chronicles: Managing State with Signals

    4 projects | /r/Clojure | 16 May 2023
  • Is there a reframe/cljfx-like subscription/memoization-context library available?

    11 projects | /r/Clojure | 20 Feb 2023
  • Is there a general IO library built to work with core.async?

    2 projects | /r/Clojure | 30 Dec 2022
  • Structuring Clojure Applications

    3 projects | news.ycombinator.com | 19 Dec 2022