cloroutine

Coroutine support for clojure (by leonoel)

Cloroutine Alternatives

Similar projects and alternatives to cloroutine

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better cloroutine alternative or higher similarity.

cloroutine reviews and mentions

Posts with mentions or reviews of cloroutine. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-30.
  • ClojureRS – Clojure interpreter implemented in Rust
    9 projects | news.ycombinator.com | 30 Apr 2022
    Thanks for sharing! I think these restarts could definitely be implemented as a library in Clojure with the help of a coroutine library like https://github.com/leonoel/cloroutine#guides
  • GitHub - leonoel/cloroutine: Coroutine support for clojure
    2 projects | /r/Clojure | 15 Apr 2022
    Do you mean the example here https://github.com/leonoel/cloroutine/blob/master/doc/01-generators.md , with the `*tail* binding? It took me a long time looking at it to finally grok it, and it's really hard to explain in English but basically when the coroutine comes across one of these symbols that are "breaks" (in our case, "yield" is such a breaking symbol), then it will pause the coroutine, and actually call what the symbol points to (the implementation of "yield"), which returns (cons x *tail*), and keep in mind that it is all run within a recursive call to gen-seq where *tail* is bound to a lazy-seq of the remainder of the generator (binding [*tail* (gen-seq gen)] (gen)), it's pretty confusing but yeah just have to stare at it for a long time I think haha.
  • CLJ-2555: clojure.core/iteration · clojure/clojure@e45e478
    3 projects | /r/Clojure | 14 Jan 2022
    I think Clojure is really missing python/js-style generators, like what is implemented in https://github.com/leonoel/cloroutine/blob/master/doc/01-generators.md
  • Real-life use cases for CLJS macros
    1 project | /r/Clojure | 14 Oct 2021
    The next level up is core.async go blocks which compile your AST to a state machine. Also see cloroutine which also compiles the AST to a state machine or something, one of the tutorials uses cloroutine to add async/await to Clojure.
  • Continuations in Clojure
    4 projects | /r/Clojure | 8 Aug 2021
  • 6 Years of Professional Clojure
    6 projects | news.ycombinator.com | 2 Aug 2021
  • Common Lisp Style Conditions+Restarts in Clojure
    5 projects | /r/Clojure | 10 Apr 2021
    Coroutines are a more general concept, and can be used to implement conditions/delimited continuations. There’s an example in their docs.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 26 Apr 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic cloroutine repo stats
11
219
0.0
about 1 year ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com