awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to lulldev/fp-multik

Open-source alternatives to Fp Multik

30 open-source projects similar to lulldev/fp-multik, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Fp Multik alternative.

  • a-synchronous/rubicoAvatar von a-synchronous

    a-synchronous/rubico

    283Auf GitHub ansehen↗

    Asynchronous Functional Programming

    JavaScript
    Auf GitHub ansehen↗283
  • adobe/ferrumAvatar von adobe

    adobe/ferrum

    529Auf GitHub ansehen↗

    Features from the rust language in javascript: Provides Traits/Type classes & a hashing infrastructure and an advanced library for working with sequences/iterators in js

    JavaScript
    Auf GitHub ansehen↗529
  • alanrsoares/prelude-jsAvatar von alanrsoares

    alanrsoares/prelude-js

    100Auf GitHub ansehen↗

    functional/point-free utils for JavaScript

    JavaScript
    Auf GitHub ansehen↗100
  • algesten/fnucAvatar von algesten

    algesten/fnuc

    16Auf GitHub ansehen↗

    a functional library for coffeescript (and javascript)

    CoffeeScript
    Auf GitHub ansehen↗16
  • algesten/triflAvatar von algesten

    algesten/trifl

    34Auf GitHub ansehen↗

    DEFUNCT trifling functional views

    JavaScript
    Auf GitHub ansehen↗34
  • billpmurphy/haskAvatar von billpmurphy

    billpmurphy/hask

    876Auf GitHub ansehen↗

    Haskell language features and standard libraries in pure Python.

    Python
    Auf GitHub ansehen↗876

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • bramstein/funcyAvatar von bramstein

    bramstein/funcy

    249Auf GitHub ansehen↗

    An experiment in adding functional pattern matching to JavaScript

    JavaScript
    Auf GitHub ansehen↗249
  • cgarciae/phiAvatar von cgarciae

    cgarciae/phi

    136Auf GitHub ansehen↗

    Functional Programming Python - Pain

    Python
    Auf GitHub ansehen↗136
  • char0n/ramda-adjunctAvatar von char0n

    char0n/ramda-adjunct

    686Auf GitHub ansehen↗

    Ramda Adjunct is the most popular and most comprehensive set of functional utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.

    JavaScript
    Auf GitHub ansehen↗686
  • concretesolutions/pareto.jsAvatar von concretesolutions

    concretesolutions/pareto.js

    261Auf GitHub ansehen↗

    An extremely small, intuitive and fast functional utility library for JavaScript

    TypeScript
    Auf GitHub ansehen↗261
  • cujojs/mostAvatar von cujojs

    cujojs/most

    3,492Auf GitHub ansehen↗

    Ultra-high performance reactive programming

    JavaScript
    Auf GitHub ansehen↗3,492
  • cullophid/barely-functionalAvatar von cullophid

    cullophid/barely-functional

    105Auf GitHub ansehen↗

    tiny (2.7kb) functional programming library using native es5/6 operations

    JavaScript
    Auf GitHub ansehen↗105
  • cullophid/date-fpAvatar von cullophid

    cullophid/date-fp

    119Auf GitHub ansehen↗

    Functional programming date manipulation library

    JavaScript
    Auf GitHub ansehen↗119
  • d-plaindoux/parsecAvatar von d-plaindoux

    d-plaindoux/parsec

    151Auf GitHub ansehen↗

    Javascript Generalized Parser Combinators

    JavaScript
    Auf GitHub ansehen↗151
  • darky/context-fpAvatar von darky

    darky/context-fp

    2Auf GitHub ansehen↗

    Microscopic functional programming context for TypeScript

    TypeScript
    Auf GitHub ansehen↗2
  • darky/klubokAvatar von darky

    darky/klubok

    2Auf GitHub ansehen↗

    Do notation pipes for Promise-based or pure functions which easy to mock

    TypeScript
    Auf GitHub ansehen↗2
  • darky/rocket-pipesAvatar von darky

    darky/rocket-pipes

    26Auf GitHub ansehen↗

    Powerful pipes for TypeScript, that chain Promise and ADT for you 🚌 -> ⛰️ -> 🚠 -> 🏂 -> 🚀

    TypeScript
    Auf GitHub ansehen↗26
  • darky/ts-fp-diAvatar von darky

    darky/ts-fp-di

    5Auf GitHub ansehen↗

    Tiny TypeScript functional dependency injection, based on AsyncLocalStorage. Supports Node.js, Deno

    TypeScript
    Auf GitHub ansehen↗5
  • darky/ts-multimethodAvatar von darky

    darky/ts-multimethod

    4Auf GitHub ansehen↗

    TypeScript multimethods inspired by Clojure multimethods

    TypeScript
    Auf GitHub ansehen↗4
  • dbrattli/oslashAvatar von dbrattli

    dbrattli/oslash

    749Auf GitHub ansehen↗

    Functors, Applicatives, And Monads in Python

    Python
    Auf GitHub ansehen↗749
  • debdut/omg-curryAvatar von Debdut

    Debdut/omg-curry

    136Auf GitHub ansehen↗

    Curry All Code

    JavaScript
    Auf GitHub ansehen↗136
  • dgilland/fncAvatar von dgilland

    dgilland/fnc

    277Auf GitHub ansehen↗

    Functional programming in Python with generators and other utilities.

    Python
    Auf GitHub ansehen↗277
  • dgilland/pydashAvatar von dgilland

    dgilland/pydash

    1,442Auf GitHub ansehen↗

    The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the Lo-Dash Javascript library.

    Python
    Auf GitHub ansehen↗1,442
  • dry-python/returnsAvatar von dry-python

    dry-python/returns

    4,310Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,310
  • effect-ts/coreAvatar von Effect-TS

    Effect-TS/core

    14,618Auf GitHub ansehen↗

    This project is a functional programming library and toolkit for building production TypeScript applications. It provides a system for managing concurrency, error handling, and resource lifecycles using functional effects. The project distinguishes itself through a comprehensive suite of specialized toolkits, including a dependency injection framework for decoupling service implementations, a workflow orchestrator for coordinating durable processes, and a SQL database toolkit for consistent data operations across multiple dialects. It also implements an OpenTelemetry instrumentation library f

    TypeScript
    Auf GitHub ansehen↗14,618
  • entilzha/pyfunctionalAvatar von EntilZha

    EntilZha/PyFunctional

    2,487Auf GitHub ansehen↗

    Python library for creating data pipelines with chain functional programming

    Python
    Auf GitHub ansehen↗2,487
  • environmentset/hyogwaAvatar von ENvironmentSet

    ENvironmentSet/hyogwa

    62Auf GitHub ansehen↗

    Natural 🌿 effect system that fits TypeScript

    TypeScript
    Auf GitHub ansehen↗62
  • erikrose/more-itertoolsAvatar von erikrose

    erikrose/more-itertools

    4,074Auf GitHub ansehen↗

    more-itertools is a Python iterable utility library providing advanced functions for manipulating, filtering, and transforming data sequences. It serves as a data stream processing toolkit and a set of utilities for iterator state management, extending the capabilities of the standard Python itertools module. The library includes a combinatorial math toolkit for generating permutations, combinations, and powersets, alongside routines for number theory calculations and matrix operations. It also provides tools for stream state management, allowing users to peek at upcoming elements or seek wit

    Python
    Auf GitHub ansehen↗4,074
  • functionaljs/functional-jsAvatar von functionaljs

    functionaljs/functional-js

    223Auf GitHub ansehen↗

    A functional JavaScript library that facilitates currying and point-free programming

    TypeScript
    Auf GitHub ansehen↗223
  • 1-liners/1-linersAvatar von 1-liners

    1-liners/1-liners

    800Auf GitHub ansehen↗

    Functional tools that couldn’t be simpler.

    JavaScript
    Auf GitHub ansehen↗800