curry
There are 132 repositories under curry topic.
llh911001/mostly-adequate-guide-chinese
函数式编程指南中文版
evilsoft/crocks
A collection of well known Algebraic Data Types for your utter enjoyment.
TeaEntityLab/fpGo
Monad, Functional Programming features for Golang
wilmoore/selectn.js
Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.
Tinkoff/utils.js
Fast, small and purely functional utility library
nunomaduro/curryable
An elegant and simple curry(f) implementation in PHP.
suned/pfun
Functional, composable, asynchronous, type-safe Python.
cheogo/learn-javascript
《前端基础漫游指南》深入的、系统的学习 javascript 基础,喜欢点 Star
slavaGanzin/ramda.py
Python clone of Ramda.js
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.
metarhia/common
Metarhia Common Library 🗜️
kishorsharma/currying-workshopper
Currying in JS - Workshop
eser/evangelist
[Deprecated] 🌟 Library of helpers that are useful for functional programming
archermarx/PartialFunctions.jl
A small package to simplify partial function application
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)
TylorS/typed-hashmap
Persistent HashMap for TypeScript
HubSpot/transmute
kind of like lodash but works with Immutable
fwcd/curry-language-server
IDE support for the functional logic programming language Curry
krakphp/fn
Functional library for PHP with proper currying
ritesh404/kudojs
A utility library to write code in functional programming style in Javascript
h2non/hu
Small, generic functional helper library for node.js and browsers
mrWh1te/Botmation
A simple TypeScript framework for declaratively composing bots with Puppeteer
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
HowProgrammingWorks/PartialApplication
Partial function application and Currying
mpajunen/phamda
Auto-curried function library for PHP
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.
valhalla-lang/valhallac
Parser and Compiler: Valhalla Lang — Set-Theoretic Programming Langauge
jednano/bem-join
A function used to construct BEM class names.
tfg1434/FunctionalSharp
Lightweight functional programming library for C#
zzzmisa/curryjack
🍛Curryjack - Game using Open Data Curry / カレージャック - オープンデータを使ったゲームアプリ
KawaYww/curried
currying function to be used in normal && generic && map case, with procedural macro
maxsz/curry
Function curring for Go.
nossbigg/jest-mock-curry-fn
Easier testing with curry functions + jest 🧪
phpfn/curry
[READONLY] Convenient implementation of function currying and partial application