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

stoeffel/compose-function

0
View on GitHub↗
56 stars·3 forks·JavaScript·MIT·10 views

Compose Function

Function composition

Features

  • Functional Programming - Composes multiple functions into a single function.
  • Functional Utility Libraries - Utility for composing new functions from smaller ones.

Star history

Star history chart for stoeffel/compose-functionStar history chart for stoeffel/compose-function

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 Compose Function

Similar open-source projects, ranked by how many features they share with Compose Function.
  • 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
  • lodash/lodashlodash avatar

    lodash/lodash

    61,235View on GitHub↗

    Lodash is a JavaScript utility library and data manipulation toolkit. It provides a collection of modular functions for transforming, filtering, and validating arrays, objects, strings, and numbers. The project functions as a functional programming toolkit, offering capabilities for function composition, currying, and lazy evaluation. It includes mechanisms for execution control, such as debouncing and throttling, to manage the timing and frequency of function invocations. The library covers a broad surface of data operations, including deep cloning and merging of complex nested structures,

    JavaScriptjavascriptlodashmodules
    View on GitHub↗61,235
  • alanrsoares/prelude-jsalanrsoares avatar

    alanrsoares/prelude-js

    100View on GitHub↗

    functional/point-free utils for JavaScript

    JavaScript
    View on GitHub↗100
  • marpple/fxtsmarpple avatar

    marpple/FxTS

    1,162View on GitHub↗

    A functional programming library for TypeScript/JavaScript

    TypeScript
    View on GitHub↗1,162
See all 30 alternatives to Compose Function→

Frequently asked questions

What does stoeffel/compose-function do?

Function composition

What are the main features of stoeffel/compose-function?

The main features of stoeffel/compose-function are: Functional Programming, Functional Utility Libraries.

What are some open-source alternatives to stoeffel/compose-function?

Open-source alternatives to stoeffel/compose-function include: pytoolz/toolz — Toolz is a Python library that implements functional programming utilities for iterable transformation, dictionary… marpple/fxts — A functional programming library for TypeScript/JavaScript. 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… lodash/lodash — Lodash is a JavaScript utility library and data manipulation toolkit. It provides a collection of modular functions… ramda/ramda — Ramda is a functional JavaScript standard library and toolset for immutable data transformation and composition. It…