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: about 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
thunklife/fn-curry | A utility function to transform a regular function into a curried version, allowing it to be called with partial arguments. | 5 |
debdut/omg-curry | A JavaScript library providing functions and utilities for creating curried functions. | 137 |
leandromoh/curryfy | Provides strongly typed extensions for C# delegates to support functional programming techniques like currying and partial application. | 69 |
thoughtbot/curry | Provides Swift implementations of function currying to support higher-order functions | 495 |
pakoito/rxcurrying | A library for currying and simplifying function calls in RxJava | 38 |
teaentitylab/fpes | A library providing core functional programming functions and types for JavaScript | 43 |
bttmly/fops | Provides functional, curried versions of common JavaScript operators and language constructs for concise and expressive programming. | 2 |
functionaljs/functional-js | A JavaScript library for functional programming with currying and point-free programming capabilities | 223 |
ritesh404/kudojs | A utility library providing functional programming tools and data types for writing composable, declarative code in JavaScript. | 23 |
gonzaloruizdevilla/alicates | A small JavaScript library implementing functional programming functions like curry and zip. | 23 |
loop-recur/lambdajs | A JavaScript library that enables functional programming by making all built-in functions pure and curried, promoting a more compositional and predictable coding style. | 143 |
kazhuravlev/just | A collection of useful functions for common tasks in software development. | 32 |
benji6/imlazy | A library providing functional programming tools for working with lazy, immutable iterables in JavaScript. | 103 |
evpl/jkscope | A Java library that provides functional programming utilities inspired by Kotlin | 13 |
elclanrs/dom.js | A proof-of-concept implementation of the do monad syntax in JavaScript for functional programming | 11 |