205 skills found · Page 1 of 7
zesterer / TaoA statically-typed functional language with generics, typeclasses, sum types, pattern-matching, first-class functions, currying, algebraic effects, associated types, good diagnostics, etc.
thoughtbot / CurrySwift implementations for function currying
gkz / Prelude Lsprelude.ls is a functionally oriented utility library - powerful and flexible, almost all of functions are curried. It is written in, and is the recommended base library for, http://livescript.net
osteele / Functional JavascriptFunctional is a library for functional programming in JavaScript. It defines the standard higher-order functions such as map, reduce (aka foldl), and select (aka filter). It also defines functions such as curry, rcurry, and partial for partial function application; and compose, guard, and until for function-level programming.
dominictarr / Currysimple curry module, with nothing *too clever*, and full test coverage
chrisdone-archive / ZA strict, impure, curried, partially applied programming language with rather peculiar syntax.
Prince25 / StockAlertBotFaced with the scenario of scalpers using bots to hog up all the inventory of popular holiday toys and sell them at ridiculously high markup prices, I decided to put up a fight so we can get our hands on things we need to survive the #Coronavirus quarantine(s).
Chymyst / CurryhowardAutomatic code generation for Scala functions and expressions via the Curry-Howard isomorphism
functionaljs / Functional JsA functional JavaScript library that facilitates currying and point-free programming
jasondelaat / PymonadPyMonad implements data structures typically available in pure functional or functional first programming languages like Haskell and F#. Included are Monad and Monoid data types with several common monads included - such as Maybe and State - as well as some useful tools such as the @curry decorator for defining curried functions. PyMonad 2.x.x represents an almost complete re-write of the library with a simpler, more consistent interface as well as type annotations to help ensure correct usage.
wilmoore / Selectn.jsCurried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.
nunomaduro / CurryableAn elegant and simple curry(f) implementation in PHP.
JamieMason / Expect MoreCurried Type Testing library, and Test Matchers for Jest
Debdut / Omg CurryCurry All Code
klaudiosinani / ArareLightweight curried functional programming library
jackfirth / PyramdaPython package supporting heavy functional programming through currying. Translation of the Ramda library from javascript to python.
pdaicode / Awesome 3dgsA curried list of recent literature of 3D Gaussians
zspecza / Pipep:saxophone: Functional, composable, immutable & curried promise sequences with abstract resolution.
thisables / Curry:curry: Currying made simple.
natefaubion / Lambda ChopSweet.js macros for lambdas with currying, bound functions, and placeholders.