currying
There are 140 repositories under currying topic.
glebec/lambda-talk
A Flock of Functions: Combinators, Lambda Calculus, & Church Encodings in JS
TeaEntityLab/fpGo
Monad, Functional Programming features for Golang
repeale/fp-go
fp-go is a collection of Functional Programming helpers powered by Golang 1.18+ generics.
suned/pfun
Functional, composable, asynchronous, type-safe Python.
Technologicat/unpythonic
Supercharge your Python with parts of Lisp and Haskell.
BlackMATov/kari.hpp
Experimental library for currying in C++17
leandromoh/Curryfy
Provides strongly typed extensions methods for C# delegates to take advantages of functional programming techniques, like currying and partial application.
archermarx/PartialFunctions.jl
A small package to simplify partial function application
kongware/ftor
ftor enables ML-like type-directed, functional programming with Javascript including reasonable debugging.
delonnewman/invokable
Objects are functions! Treat any Object or Class as a Proc (like Enumerable but for Procs).
TeaEntityLab/fpEs
Functional Programming for EcmaScript(Javascript)
egnha/nofrills
Low-cost anonymous functions
davekch/pycurry
Currying functions in Python
grrr-amsterdam/garp-functional
PHP utility library embracing functional programming paradigms.
phpfn/phpfn
Functional PHP Toolset: Centralized monorepository for all libraries
phenax/pipey
Create pipeline operator ready functions by converting instance methods's to context-free functions
hellerve/hawkweed
Yet another implementation of missing functions for Python
HowProgrammingWorks/PartialApplication
Partial function application and Currying
vector-php/vector
A PHP functional programming library.
Ahmed-Adel-Ismail/J-Curry
A Java library that enables applying Functional Programming concepts like currying and partial application for functions, also it supports types like Either, Try, etc... using RxJava 2 interfaces, compatible with Java 7 and above
JustasMasiulis/args
Header only library for binding, reordering and currying of function arguments without cost
katsaii/gml-prelude
A simple functional programming library for GameMaker.
sigurd4/currying
A crate for argument-currying anything implementing FnOnce. Arguments can be passed one at a time, yielding a new something implementing FnOnce (and possibly FnMut and Fn) which can be called with one less argument.
KATT/options-curry
🍛 TypeScript Options-object Currying
hcerim/Funk
Functional programming library for C#
dush-ik/React-Event-Handling
Event Handling with Parameter.
emptybutton/Act
Library for FP sugar
nossbigg/jest-mock-curry-fn
Easier testing with curry functions + jest 🧪
RekingZhang/e-utils
前端工具库
alexcarpenter/slugify
Convert a string into a slug
cdxmn/fjord
Functional programming in Ruby
Jaynil1611/Programming_Exercises
This repository contains solutions of all the homwework exercises of functional programming session of LevelOne.
lycantropos/lz
Functional utilities
memowe/perlisp
A simple Lisp interpreter, written in Perl
Technologicat/spicy
Automatic currying for Racket