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
selfrefactor avatar

selfrefactor/rambda

0
View on GitHub↗
1,754 stars·89 forks·JavaScript·MIT·8 viewsselfrefactor.github.io/rambda↗

Rambda

Typescript focused FP library similar to Remeda and Ramda

Features

  • Functional Programming - Lightweight alternative to Ramda.
  • Functional Utility Libraries - High-performance, lightweight alternative to standard functional libraries.
  • Generic Utilities - Functional utility library with tree-shaking support.

Star history

Star history chart for selfrefactor/rambdaStar history chart for selfrefactor/rambda

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Open-source alternatives to Rambda

Similar open-source projects, ranked by how many features they share with Rambda.
  • marpple/fxtsmarpple avatar

    marpple/FxTS

    1,162View on GitHub↗

    A functional programming library for TypeScript/JavaScript

    TypeScript
    View on GitHub↗1,162
  • jashkenas/underscorejashkenas avatar

    jashkenas/underscore

    27,345View on GitHub↗

    Underscore is a JavaScript utility library providing a suite of functional programming and data manipulation helpers. It serves as a framework for transforming data collections, composing functions, managing objects, and performing precise data type validation without modifying core language prototypes. The project includes a functional programming toolkit designed to control function execution timing and behavior through techniques such as debouncing, throttling, and partial application. It also provides a dedicated object manipulation utility for cloning, merging, picking, and omitting prop

    JavaScript
    View on GitHub↗27,345
  • alanrsoares/prelude-jsalanrsoares avatar

    alanrsoares/prelude-js

    100View on GitHub↗

    functional/point-free utils for JavaScript

    JavaScript
    View on GitHub↗100
  • 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
See all 30 alternatives to Rambda→

Frequently asked questions

What does selfrefactor/rambda do?

Typescript focused FP library similar to Remeda and Ramda

What are the main features of selfrefactor/rambda?

The main features of selfrefactor/rambda are: Functional Programming, Functional Utility Libraries, Generic Utilities.

What are some open-source alternatives to selfrefactor/rambda?

Open-source alternatives to selfrefactor/rambda include: marpple/fxts — A functional programming library for TypeScript/JavaScript. lodash/lodash — Lodash is a JavaScript utility library and data manipulation toolkit. It provides a collection of modular functions… alanrsoares/prelude-js — functional/point-free utils for JavaScript. dry-python/returns — Returns is a functional programming library for Python that provides type-safe containers for managing state, error… jashkenas/underscore — Underscore is a JavaScript utility library providing a suite of functional programming and data manipulation helpers.… pytoolz/toolz — Toolz is a Python library that implements functional programming utilities for iterable transformation, dictionary…