awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
bow-swift avatar

bow-swift/bow

0
View on GitHub↗
659 estrellas·31 forks·Swift·5 vistasbow-swift.io↗

Bow

🏹 Bow is a cross-platform library for Typed Functional Programming in Swift

Features

  • Herramientas de desarrollo - Library for typed functional programming patterns in Swift.
  • Functional Programming - Typed functional programming companion library.
  • General Utilities - Companion library for typed functional programming.
  • Language Extensions - Typed functional programming library.

Historial de estrellas

Gráfico del historial de estrellas de bow-swift/bowGráfico del historial de estrellas de bow-swift/bow

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Bow

Proyectos open-source similares, clasificados según cuántas características comparten con Bow.
  • ehmicky/wild-wild-pathAvatar de ehmicky

    ehmicky/wild-wild-path

    728Ver en GitHub↗

    🤠 Object property paths with wildcards and regexps 🌵

    JavaScript
    Ver en GitHub↗728
  • hyperoslo/sugarAvatar de hyperoslo

    hyperoslo/Sugar

    1,060Ver en GitHub↗

    :coffee: Something sweet that goes great with your Cocoa

    Swift
    Ver en GitHub↗1,060
  • dry-python/returnsAvatar de dry-python

    dry-python/returns

    4,310Ver en GitHub↗

    Returns is a functional programming library for Python that provides type-safe containers for managing state, error handling, and optionality. It serves as a monadic container library and a type-safe error handling framework, replacing traditional try-catch blocks and null checks with Result and Optional containers to treat exceptions as data. The project is distinguished by its use of a specialized Mypy static analysis plugin to validate functional pipelines and emulate higher kinded types. It provides mechanisms for isolating side effects through IO containers and offers a framework for typ

    Python
    Ver en GitHub↗4,310
  • more-itertools/more-itertoolsAvatar de more-itertools

    more-itertools/more-itertools

    4,074Ver en GitHub↗

    more-itertools is an extension library for the Python itertools module. It serves as a toolkit for manipulating iterables, providing a wide range of routines for data transformation, combinatorial generation, and iterator state management. The library distinguishes itself through advanced state management and complex sequence generation. It provides capabilities for peeking at future elements, seeking within sequences, and producing unique permutations, combinations, and set partitions from collections that may contain duplicate elements. Its broader capability surface covers data processing

    Python
    Ver en GitHub↗4,074
Ver las 30 alternativas a Bow→

Preguntas frecuentes

¿Qué hace bow-swift/bow?

🏹 Bow is a cross-platform library for Typed Functional Programming in Swift

¿Cuáles son las características principales de bow-swift/bow?

Las características principales de bow-swift/bow son: Herramientas de desarrollo, Functional Programming, General Utilities, Language Extensions.

¿Qué alternativas de código abierto existen para bow-swift/bow?

Las alternativas de código abierto para bow-swift/bow incluyen: python-attrs/attrs — attrs is a Python library that automatically generates initialization, representation, equality, hashing, and ordering… more-itertools/more-itertools — more-itertools is an extension library for the Python itertools module. It serves as a toolkit for manipulating… dry-python/returns — Returns is a functional programming library for Python that provides type-safe containers for managing state, error… ehmicky/wild-wild-path — 🤠 Object property paths with wildcards and regexps 🌵. hyperoslo/sugar — :coffee: Something sweet that goes great with your Cocoa. sindresorhus/mem — Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of…