fn-curry
Currier
A utility function to transform a regular function into a curried version, allowing it to be called with partial arguments.
A simple function to curry a function with an arbitrary number of arguments.
5 stars
2 watching
2 forks
Language: JavaScript
last commit: about 11 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
thisables/curry | A utility library for converting functions to curried variants with optional placeholders and fixed arity. | 85 |
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 |
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 |
bttmly/fops | Provides functional, curried versions of common JavaScript operators and language constructs for concise and expressive programming. | 2 |
teaentitylab/fpes | A library providing core functional programming functions and types for JavaScript | 43 |
ritesh404/kudojs | A utility library to help write code in a functional programming style in Javascript. | 23 |
kazhuravlev/just | A collection of useful functions for common tasks in software development. | 32 |
wisn/jargon-pemrograman-fungsional | Provides a glossary of terms and explanations for functional programming concepts in a simple and accessible way. | 70 |
dgilland/pydash | A comprehensive set of functional utilities for Python | 1,341 |
functionaljs/functional-js | A JavaScript library for functional programming with currying and point-free programming capabilities | 223 |
gonzaloruizdevilla/alicates | A small JavaScript library implementing functional programming functions like curry and zip. | 23 |
kongware/ftor | A programming language and runtime system designed to provide type-directed functional programming in JavaScript with debugging support | 44 |
shomali11/util | A collection of general-purpose utility functions for various tasks such as compression, concurrency, hashing, encoding, and string manipulation. | 292 |