curry
Function curator
A utility library for converting functions to curried variants with optional placeholders and fixed arity.
Currying made simple.
85 stars
7 watching
6 forks
Language: JavaScript
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A utility function to transform a regular function into a curried version, allowing it to be called with partial arguments. | 5 |
| A JavaScript library providing functions and utilities for creating curried functions. | 137 |
| Provides strongly typed extensions for C# delegates to support functional programming techniques like currying and partial application. | 69 |
| Provides Swift implementations of function currying to support higher-order functions | 495 |
| A library for currying and simplifying function calls in RxJava | 38 |
| A library providing core functional programming functions and types for JavaScript | 43 |
| Provides functional, curried versions of common JavaScript operators and language constructs for concise and expressive programming. | 2 |
| A JavaScript library for functional programming with currying and point-free programming capabilities | 223 |
| A utility library to help write code in a functional programming style in Javascript. | 23 |
| A small JavaScript library implementing functional programming functions like curry and zip. | 23 |
| A JavaScript library that enables functional programming by making all built-in functions pure and curried, promoting a more compositional and predictable coding style. | 141 |
| A collection of useful functions for common tasks in software development. | 32 |
| A library providing functional programming tools for working with lazy, immutable iterables in JavaScript. | 103 |
| A Java library that provides functional programming utilities inspired by Kotlin | 13 |
| A proof-of-concept implementation of the do monad syntax in JavaScript for functional programming | 11 |