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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to bow-swift/bow

Open-source alternatives to Bow

30 open-source projects similar to bow-swift/bow, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Bow alternative.

  • sindresorhus/memsindresorhus avatar

    sindresorhus/mem

    1,157View on GitHub↗

    Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical input

    TypeScript
    View on GitHub↗1,157
  • dry-python/returnsdry-python avatar

    dry-python/returns

    4,310View on 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
    View on GitHub↗4,310
  • hyperoslo/sugarhyperoslo avatar

    hyperoslo/Sugar

    1,060View on GitHub↗

    :coffee: Something sweet that goes great with your Cocoa

    Swift
    View on GitHub↗1,060
  • more-itertools/more-itertoolsmore-itertools avatar

    more-itertools/more-itertools

    4,074View on 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
    View on GitHub↗4,074

AI search

Explore more awesome repositories

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

Find more with AI search
  • suor/funcySuor avatar

    Suor/funcy

    3,505View on GitHub↗

    A fancy and practical functional tools

    Python
    View on GitHub↗3,505
  • ehmicky/wild-wild-pathehmicky avatar

    ehmicky/wild-wild-path

    728View on GitHub↗

    🤠 Object property paths with wildcards and regexps 🌵

    JavaScript
    View on GitHub↗728
  • python-attrs/attrspython-attrs avatar

    python-attrs/attrs

    5,799View on GitHub↗

    attrs is a Python library that automatically generates initialization, representation, equality, hashing, and ordering methods from declarative class attribute definitions. At its core, it provides a class decorator metaprogramming framework that intercepts class creation to rewrite the class body, producing dunder methods without manual boilerplate. The library includes a comprehensive attribute validation toolkit with built-in validators for type checks, range constraints, regex matching, length limits, and logical composition of validation rules. The library distinguishes itself through it

    Python
    View on GitHub↗5,799
  • typelift/basistypelift avatar

    typelift/Basis

    318View on GitHub↗

    Pure Declarative Programming in Swift, Among Other Things

    Swift
    View on GitHub↗318
  • typelift/swiftztypelift avatar

    typelift/Swiftz

    3,318View on GitHub↗

    Functional programming in Swift

    Swiftfunctional-programmingswift
    View on GitHub↗3,318
  • typelift/swiftxtypelift avatar

    typelift/Swiftx

    221View on GitHub↗

    Functional data types and functions for any project

    Swift
    View on GitHub↗221
  • thoughtbot/runesthoughtbot avatar

    thoughtbot/Runes

    821View on GitHub↗

    Infix operators for monadic functions in Swift

    Swift
    View on GitHub↗821
  • reasonml/reasonreasonml avatar

    reasonml/reason

    10,313View on GitHub↗

    Reason is a strongly typed functional language and multi-target compiler designed to produce either JavaScript for web environments or native machine code for operating systems. It serves as an OCaml-compatible language that shares an abstract syntax tree with OCaml, providing a practical syntax for the OCaml ecosystem. The project functions as a type-safe frontend language, incorporating JSX support to build user interfaces through structural elements that translate into type-safe function calls. It enables deep integration with the JavaScript ecosystem, allowing the use of existing librarie

    OCamljavascriptocamlprogramming-language
    View on GitHub↗10,313
  • phuocng/1locphuocng avatar

    phuocng/1loc

    6,738View on GitHub↗

    1loc is a JavaScript utility library and multifaceted toolkit providing a collection of single-line functions for common mathematical, string, date, and geometric operations. It functions as a set of functional programming helpers and data validation predicates designed to perform atomic transformations and validations. The project includes a geometry math library for calculating distances, angles, and spatial overlaps between points and rectangles, alongside a text manipulation library for casting, capitalizing, and analyzing string content. The toolkit covers broader capability areas inclu

    MDXeleventyjavascriptjavascript-utils
    View on GitHub↗6,738
  • flix/flixflix avatar

    flix/flix

    2,585View on GitHub↗

    Flix is a statically typed multi-paradigm programming language that combines functional, imperative, and logic programming paradigms within a single unified environment. It utilizes a constraint-driven execution environment to derive results by satisfying logical predicates rather than following linear sequential instructions. The language features a unification-based logic engine designed to solve complex computational problems through term unification and backtracking. This is supported by a core library of persistent immutable data structures that ensure side-effect free state management a

    Flixflixfunctionalhacktoberfest
    View on GitHub↗2,585
  • adafruit/glideradafruit avatar

    adafruit/glider

    42View on GitHub↗

    Glider is a portable mobile app aimed at making wireless editing of Python code really easy and fun.

    JavaScript
    View on GitHub↗42
  • ackintosh/ganeshaackintosh avatar

    ackintosh/ganesha

    666View on GitHub↗

    :elephant: A Circuit Breaker pattern implementation for PHP applications.

    PHP
    View on GitHub↗666
  • 7df-lab/devo7df-lab avatar

    7df-lab/devo

    295View on GitHub↗

    Open coding agent, provider agnositc.

    Rust
    View on GitHub↗295
  • acidjunk/starlette-opentracingacidjunk avatar

    acidjunk/starlette-opentracing

    150View on GitHub↗

    Opentracing support for Starlette and FastApi

    Python
    View on GitHub↗150
  • achristmascarl/rainfrogachristmascarl avatar

    achristmascarl/rainfrog

    4,855View on GitHub↗

    Rainfrog is a terminal-based database client that connects to multiple database engines, combining schema browsing, interactive SQL query execution, and inline data editing into a single terminal interface. It provides a tree navigator for exploring tables, columns, and indexes, and an inline cell editor that automatically constructs and executes the necessary UPDATE statements when a cell value is changed. The application also supports modal Vim-style keyboard shortcuts for cursor movement and editing, making it usable entirely from the keyboard. Query results are fetched in chunks and pagin

    Rustdatabase-managementmysqlpostgresql
    View on GitHub↗4,855
  • 6bee/remote.linq6bee avatar

    6bee/Remote.Linq

    356View on GitHub↗

    Simply LINQ your remote resources...

    C#arbitrary-linq-queriesentityentity-framework
    View on GitHub↗356
  • 0xfireball/xamarin-android-linux0

    0xFireball/xamarin-android-linux

    0View on GitHub↗
    View on GitHub↗0
  • afeiship/generator-wepy-componentA

    afeiship/generator-wepy-component

    0View on GitHub↗
    View on GitHub↗0
  • afex/hystrix-goafex avatar

    afex/hystrix-go

    4,418View on GitHub↗

    This is a fault tolerance library for Go designed to prevent cascading failures by isolating unhealthy remote services using the circuit breaker pattern. It serves as a resilience tool for managing request timeouts, defining fallback logic, and protecting remote systems from overloading. The library differentiates itself through the integration of a health metrics exporter that streams real-time performance and status data of remote connections to external monitoring tools. It combines this observability with a circuit breaker state machine that tracks success and failure rates to block calls

    Go
    View on GitHub↗4,418
  • aforward/ar2ectoaforward avatar

    aforward/ar2ecto

    13View on GitHub↗

    Migrate your active record migrations to ecto compatible migrations

    Elixir
    View on GitHub↗13
  • aftership/email-verifierAfterShip avatar

    AfterShip/email-verifier

    1,576View on GitHub↗

    :whitecheckmark: A Go library for email verification without sending any emails.

    Godisposableemailgo
    View on GitHub↗1,576
  • agamennon/redux-tiny-routerAgamennon avatar

    Agamennon/redux-tiny-router

    129View on GitHub↗

    A Router made for Redux and made for universal apps! stop using the router as a controller... it's just state!

    JavaScript
    View on GitHub↗129
  • agateau/doxyqmlagateau avatar

    agateau/doxyqml

    65View on GitHub↗

    Doxyqml turns .qml into pseudo-C++ which Doxygen can then use to generate documentation.

    Python
    View on GitHub↗65
  • agauniyal/rangagauniyal avatar

    agauniyal/rang

    1,581View on GitHub↗

    A Minimal, Header only Modern c++ library for terminal goodies 💄✨

    C++
    View on GitHub↗1,581
  • agavra/tuicragavra avatar

    agavra/tuicr

    908View on GitHub↗

    a code review TUI with vim keybindings

    Rustai-toolscode-reviewrust
    View on GitHub↗908
  • adonpro/react-native-build-cliadonpro avatar

    adonpro/react-native-build-cli

    5View on GitHub↗

    a tool for react-native build

    JavaScript
    View on GitHub↗5