awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cognitect-labs avatar

cognitect-labs/transducers-pythonArchived

0
View on GitHub↗
204 stars·6 forks·Python·Apache-2.0·1 view

Transducers Python

Transducers are composable algorithmic transformations. They are independent from the context of their input and output sources and specify only the essence of the transformation in terms of an individual element. Because transducers are decoupled from input or output sources, they can be used…

Features

  • Transducers and Streams - Implements composable algorithmic transformations for data.

Star history

Star history chart for cognitect-labs/transducers-pythonStar history chart for cognitect-labs/transducers-python

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Transducers Python

Similar open-source projects, ranked by how many features they share with Transducers Python.
  • clojure/clojureclojure avatar

    clojure/clojure

    11,006View on GitHub↗

    Clojure is a general-purpose, functional programming language hosted on the Java Virtual Machine. It is a homoiconic S-expression language that represents programs as nested data structures, allowing code to be manipulated and evaluated as data. The project provides a framework for JVM interoperability, enabling the invocation of Java methods and integration with other JVM-based languages. It distinguishes itself through a persistent data structure library that uses bitmapped vector tries to manage immutable collections and a programmatic REPL for interactive software development and real-tim

    Java
    View on GitHub↗11,006
  • reactivex/rxpyReactiveX avatar

    ReactiveX/RxPY

    5,014View on GitHub↗

    RxPY is a functional reactive programming library and a ReactiveX observable library for Python. It serves as an asynchronous stream processor and event-driven coordination framework used to build data pipelines that react to changes in state or streams of events over time. The library provides a toolkit for composing asynchronous and event-based programs using observable sequences and operators. It distinguishes itself through the use of configurable schedulers to manage concurrency, timing, and subscription lifecycles. The project covers a wide range of stream processing capabilities, incl

    Python
    View on GitHub↗5,014
  • semiversus/python-broqersemiversus avatar

    semiversus/python-broqer

    76View on GitHub↗

    Carefully crafted library to operate with continuous streams of data in a reactive style with publish/subscribe, asyncio support and broker functionality.

    Python
    View on GitHub↗76
  • sixty-north/python-transducerssixty-north avatar

    sixty-north/python-transducers

    58View on GitHub↗

    Transducers in Python

    Python
    View on GitHub↗58
See all 5 alternatives to Transducers Python→

Frequently asked questions

What does cognitect-labs/transducers-python do?

Transducers are composable algorithmic transformations. They are independent from the context of their input and output sources and specify only the essence of the transformation in terms of an individual element. Because transducers are decoupled from input or output sources, they can be used…

What are the main features of cognitect-labs/transducers-python?

The main features of cognitect-labs/transducers-python are: Transducers and Streams.

What are some open-source alternatives to cognitect-labs/transducers-python?

Open-source alternatives to cognitect-labs/transducers-python include: clojure/clojure — Clojure is a general-purpose, functional programming language hosted on the Java Virtual Machine. It is a homoiconic… reactivex/rxpy — RxPY is a functional reactive programming library and a ReactiveX observable library for Python. It serves as an… semiversus/python-broqer — Carefully crafted library to operate with continuous streams of data in a reactive style with publish/subscribe,… sixty-north/python-transducers — Transducers in Python. bitemyapp/learnhaskell — This project is a comprehensive functional programming curriculum and learning resource for Haskell. It provides…