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
·
Back to typelift/swiftx

Open-source alternatives to Swiftx

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

  • thoughtbot/runesthoughtbot avatar

    thoughtbot/Runes

    821View on GitHub↗

    Infix operators for monadic functions in Swift

    Swift
    View on GitHub↗821
  • 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
  • typelift/swiftztypelift avatar

    typelift/Swiftz

    3,318View on GitHub↗

    Functional programming in Swift

    Swiftfunctional-programmingswift
    View on GitHub↗3,318
  • suor/funcySuor avatar

    Suor/funcy

    3,505View on GitHub↗

    A fancy and practical functional tools

    Python
    View on GitHub↗3,505
  • 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

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
  • bow-swift/bowbow-swift avatar

    bow-swift/bow

    659View on GitHub↗

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

    Swiftbowcarthagecategory-theory
    View on GitHub↗659
  • ehmicky/wild-wild-pathehmicky avatar

    ehmicky/wild-wild-path

    728View on GitHub↗

    🤠 Object property paths with wildcards and regexps 🌵

    JavaScript
    View on GitHub↗728
  • 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
  • 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
  • ageekinside/fastapi-jinjaAGeekInside avatar

    AGeekInside/fastapi-jinja

    159View on GitHub↗

    Adds integration of the Jinja template language to FastAPI.

    Python
    View on GitHub↗159
  • ackintosh/ganeshaackintosh avatar

    ackintosh/ganesha

    666View on GitHub↗

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

    PHP
    View on GitHub↗666
  • agileobjects/agilemapperagileobjects avatar

    agileobjects/AgileMapper

    463View on GitHub↗

    A zero-configuration, highly-configurable, unopinionated object mapper with viewable execution plans. Flattens, unflattens, deep clones, merges, updates and projects queries. .NET 3.5+ and .NET Standard 1.0+.

    C#dtomappermapping
    View on GitHub↗463
  • 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
  • aforward/ar2ectoaforward avatar

    aforward/ar2ecto

    13View on GitHub↗

    Migrate your active record migrations to ecto compatible migrations

    Elixir
    View on GitHub↗13
  • acidjunk/starlette-opentracingacidjunk avatar

    acidjunk/starlette-opentracing

    150View on GitHub↗

    Opentracing support for Starlette and FastApi

    Python
    View on GitHub↗150
  • 0xjohnnyboy/scretch.nvim0xJohnnyboy avatar

    0xJohnnyboy/scretch.nvim

    34View on GitHub↗

    📝 Neovim plugin to manage scratch files !

    Lua
    View on GitHub↗34
  • alex-lairan/monadsalex-lairan avatar

    alex-lairan/monads

    48View on GitHub↗

    Monads for Crystal

    Crystal
    View on GitHub↗48
  • 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
  • alejandrosuero/freeze-code.nvimAlejandroSuero avatar

    AlejandroSuero/freeze-code.nvim

    32View on GitHub↗

    Take a code screenshot using freeze by https://charm.sh/

    Lua
    View on GitHub↗32
  • alexdelorenzo/aiopathalexdelorenzo avatar

    alexdelorenzo/aiopath

    198View on GitHub↗

    📁 Asynchronous pathlib for Python

    Python
    View on GitHub↗198
  • alexdlaird/amazon-ordersalexdlaird avatar

    alexdlaird/amazon-orders

    151View on GitHub↗

    A Python library (and CLI) for Amazon order history, line items, and transactions

    Python
    View on GitHub↗151
  • alexeyxo/protobuf-swiftalexeyxo avatar

    alexeyxo/protobuf-swift

    938View on GitHub↗

    Google ProtocolBuffers for Apple Swift

    Swift
    View on GitHub↗938
  • alexpantyukhin/go-pattern-matchA

    alexpantyukhin/go-pattern-match

    0View on GitHub↗
    View on GitHub↗0
  • alibaba/arthasalibaba avatar

    alibaba/arthas

    37,367View on GitHub↗

    Arthas is a Java diagnostic tool and runtime debugger designed for real-time troubleshooting of applications. It functions as a remote diagnostics agent that allows users to inspect the runtime state of a Java process, including its heap objects and classloader hierarchies, without requiring a process restart. The project distinguishes itself through advanced bytecode manipulation capabilities, enabling live class hotswapping and the modification of bytecode in running processes. It supports in-memory source compilation and runtime bytecode decompilation to verify and update logic instantly w

    Javaagentalibabaarthas
    View on GitHub↗37,367
  • alkenso/asenumAlkenso avatar

    Alkenso/asenum

    20View on GitHub↗

    AssociatedEnum: header-only library for C++ for enumerations with associated values

    C++
    View on GitHub↗20
  • allmonday/pydantic-resolveallmonday avatar

    allmonday/pydantic-resolve

    325View on GitHub↗

    pydantic-resolve is a Pythonic clean architecture implementation

    Python
    View on GitHub↗325
  • alloyed/flirtAlloyed avatar

    Alloyed/flirt

    13View on GitHub↗

    Automatic version selector for LÖVE

    Lua
    View on GitHub↗13
  • alanrsoares/prelude-jsalanrsoares avatar

    alanrsoares/prelude-js

    100View on GitHub↗

    functional/point-free utils for JavaScript

    JavaScript
    View on GitHub↗100