awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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 vue

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.

Historique des stars

Graphique de l'historique des stars pour cognitect-labs/transducers-pythonGraphique de l'historique des stars pour cognitect-labs/transducers-python

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Transducers Python

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Transducers Python.
  • clojure/clojureAvatar de clojure

    clojure/clojure

    11,006Voir sur 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
    Voir sur GitHub↗11,006
  • reactivex/rxpyAvatar de ReactiveX

    ReactiveX/RxPY

    5,014Voir sur 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
    Voir sur GitHub↗5,014
  • semiversus/python-broqerAvatar de semiversus

    semiversus/python-broqer

    76Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗76
  • sixty-north/python-transducersAvatar de sixty-north

    sixty-north/python-transducers

    58Voir sur GitHub↗

    Transducers in Python

    Python
    Voir sur GitHub↗58
Voir les 5 alternatives à Transducers Python→

Questions fréquentes

Que fait cognitect-labs/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…

Quelles sont les fonctionnalités principales de cognitect-labs/transducers-python ?

Les fonctionnalités principales de cognitect-labs/transducers-python sont : Transducers and Streams.

Quelles sont les alternatives open-source à cognitect-labs/transducers-python ?

Les alternatives open-source à cognitect-labs/transducers-python incluent : 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…