awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 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/runesالصورة الرمزية لـ thoughtbot

    thoughtbot/Runes

    821عرض على GitHub↗

    Infix operators for monadic functions in Swift

    Swift
    عرض على GitHub↗821
  • sindresorhus/memالصورة الرمزية لـ sindresorhus

    sindresorhus/mem

    1,157عرض على GitHub↗

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

    TypeScript
    عرض على GitHub↗1,157
  • typelift/swiftzالصورة الرمزية لـ typelift

    typelift/Swiftz

    3,318عرض على GitHub↗

    Functional programming in Swift

    Swiftfunctional-programmingswift
    عرض على GitHub↗3,318
  • suor/funcyالصورة الرمزية لـ Suor

    Suor/funcy

    3,505عرض على GitHub↗

    A fancy and practical functional tools

    Python
    عرض على GitHub↗3,505
  • dry-python/returnsالصورة الرمزية لـ dry-python

    dry-python/returns

    4,310عرض على 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
    عرض على GitHub↗4,310

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • bow-swift/bowالصورة الرمزية لـ bow-swift

    bow-swift/bow

    659عرض على GitHub↗

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

    Swiftbowcarthagecategory-theory
    عرض على GitHub↗659
  • ehmicky/wild-wild-pathالصورة الرمزية لـ ehmicky

    ehmicky/wild-wild-path

    728عرض على GitHub↗

    🤠 Object property paths with wildcards and regexps 🌵

    JavaScript
    عرض على GitHub↗728
  • more-itertools/more-itertoolsالصورة الرمزية لـ more-itertools

    more-itertools/more-itertools

    4,074عرض على 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
    عرض على GitHub↗4,074
  • reasonml/reasonالصورة الرمزية لـ reasonml

    reasonml/reason

    10,313عرض على 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
    عرض على GitHub↗10,313
  • phuocng/1locالصورة الرمزية لـ phuocng

    phuocng/1loc

    6,738عرض على 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
    عرض على GitHub↗6,738
  • flix/flixالصورة الرمزية لـ flix

    flix/flix

    2,585عرض على 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
    عرض على GitHub↗2,585
  • ageekinside/fastapi-jinjaالصورة الرمزية لـ AGeekInside

    AGeekInside/fastapi-jinja

    159عرض على GitHub↗

    Adds integration of the Jinja template language to FastAPI.

    Python
    عرض على GitHub↗159
  • ackintosh/ganeshaالصورة الرمزية لـ ackintosh

    ackintosh/ganesha

    666عرض على GitHub↗

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

    PHP
    عرض على GitHub↗666
  • agileobjects/agilemapperالصورة الرمزية لـ agileobjects

    agileobjects/AgileMapper

    463عرض على 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
    عرض على GitHub↗463
  • agauniyal/rangالصورة الرمزية لـ agauniyal

    agauniyal/rang

    1,581عرض على GitHub↗

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

    C++
    عرض على GitHub↗1,581
  • aforward/ar2ectoالصورة الرمزية لـ aforward

    aforward/ar2ecto

    13عرض على GitHub↗

    Migrate your active record migrations to ecto compatible migrations

    Elixir
    عرض على GitHub↗13
  • acidjunk/starlette-opentracingالصورة الرمزية لـ acidjunk

    acidjunk/starlette-opentracing

    150عرض على GitHub↗

    Opentracing support for Starlette and FastApi

    Python
    عرض على GitHub↗150
  • 0xjohnnyboy/scretch.nvimالصورة الرمزية لـ 0xJohnnyboy

    0xJohnnyboy/scretch.nvim

    34عرض على GitHub↗

    📝 Neovim plugin to manage scratch files !

    Lua
    عرض على GitHub↗34
  • alex-lairan/monadsالصورة الرمزية لـ alex-lairan

    alex-lairan/monads

    48عرض على GitHub↗

    Monads for Crystal

    Crystal
    عرض على GitHub↗48
  • afex/hystrix-goالصورة الرمزية لـ afex

    afex/hystrix-go

    4,418عرض على 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
    عرض على GitHub↗4,418
  • alejandrosuero/freeze-code.nvimالصورة الرمزية لـ AlejandroSuero

    AlejandroSuero/freeze-code.nvim

    32عرض على GitHub↗

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

    Lua
    عرض على GitHub↗32
  • alexdelorenzo/aiopathالصورة الرمزية لـ alexdelorenzo

    alexdelorenzo/aiopath

    198عرض على GitHub↗

    📁 Asynchronous pathlib for Python

    Python
    عرض على GitHub↗198
  • alexdlaird/amazon-ordersالصورة الرمزية لـ alexdlaird

    alexdlaird/amazon-orders

    151عرض على GitHub↗

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

    Python
    عرض على GitHub↗151
  • alexeyxo/protobuf-swiftالصورة الرمزية لـ alexeyxo

    alexeyxo/protobuf-swift

    938عرض على GitHub↗

    Google ProtocolBuffers for Apple Swift

    Swift
    عرض على GitHub↗938
  • alexpantyukhin/go-pattern-matchA

    alexpantyukhin/go-pattern-match

    0عرض على GitHub↗
    عرض على GitHub↗0
  • alibaba/arthasالصورة الرمزية لـ alibaba

    alibaba/arthas

    37,367عرض على 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
    عرض على GitHub↗37,367
  • alkenso/asenumالصورة الرمزية لـ Alkenso

    Alkenso/asenum

    20عرض على GitHub↗

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

    C++
    عرض على GitHub↗20
  • allmonday/pydantic-resolveالصورة الرمزية لـ allmonday

    allmonday/pydantic-resolve

    325عرض على GitHub↗

    pydantic-resolve is a Pythonic clean architecture implementation

    Python
    عرض على GitHub↗325
  • alloyed/flirtالصورة الرمزية لـ Alloyed

    Alloyed/flirt

    13عرض على GitHub↗

    Automatic version selector for LÖVE

    Lua
    عرض على GitHub↗13
  • alanrsoares/prelude-jsالصورة الرمزية لـ alanrsoares

    alanrsoares/prelude-js

    100عرض على GitHub↗

    functional/point-free utils for JavaScript

    JavaScript
    عرض على GitHub↗100