#
curry
Here are 110 public repositories matching this topic...
Monad, Functional Programming features for Golang
golang
monads
reactive
collection
stream
functional-programming
pattern-matching
actor-model
pubsub
reactive-programming
monad
functional-reactive-programming
curry
golang-library
optional
currying
sum-types
optional-implementations
publisher-subscriber
publisher-subscriber-pattern
-
Updated
Jan 5, 2022 - Go
Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.
javascript
filter
guard
jspm
typeof
nested-objects
dot
curry
nested-properties
refactor
accessor
property-accessors
duo
keypath
arraymap
deeply-nested
-
Updated
Jun 11, 2021 - JavaScript
An elegant and simple curry(f) implementation in PHP.
-
Updated
Nov 21, 2021 - PHP
Functional, composable, asynchronous, type-safe Python.
immutable
types
functional-programming
async
static-code-analysis
effects
python3
asyncio
curry
python-3
type-safety
currying
immutable-objects
immutable-datastructures
mypy
immutable-collections
zio
effect-system
-
Updated
Nov 1, 2021 - Python
Experimental library for currying in C++17
-
Updated
Aug 5, 2021 - C++
-
Updated
Sep 21, 2021 - TypeScript
Persistent HashMap for TypeScript
-
Updated
Oct 3, 2018 - TypeScript
Provides strongly typed extensions methods for C# delegates to take advantages of functional programming techniques, like currying and partial application.
csharp
fsharp
dotnet
dotnet-core
curry
delegates
currying
partial-functions
partial-application
uncurry
-
Updated
Dec 24, 2021 - C#
Objects are functions! Treat any Object or Class as a Proc (like Enumerable but for Procs).
ruby
ruby-gem
set
memoize
memoization
functional-programming
functions
array
composition
hash
objects
curry
currying
ruby-lambda
ruby-proc
-
Updated
Oct 6, 2021 - Ruby
Functional Programming for EcmaScript(Javascript)
javascript
monads
reactive
js
es6
functional-programming
pubsub
fp
reactive-programming
monad
functional-reactive-programming
rx
curry
optional
es7
currying
es
optional-implementations
publisher-subscriber
publisher-subscriber-pattern
-
Updated
Jan 12, 2022 - JavaScript
kind of like lodash but works with Immutable
-
Updated
Sep 23, 2021 - JavaScript
A utility library to write code in functional programming style in Javascript
nodejs
javascript
monads
library
typescript
functional-programming
composition
functor
curry
functional-js
applicative
-
Updated
Sep 22, 2021 - TypeScript
Functional library for PHP with proper currying
-
Updated
Apr 3, 2020 - PHP
Auto-curried function library for PHP
-
Updated
May 16, 2017 - PHP
Small, generic functional helper library for node.js and browsers
-
Updated
Feb 27, 2020 - wisp
A small package to simplify partial function application
functional
functional-programming
julia
function
curry
currying
lazy-evaluation
partial-functions
partial
function-composition
function-curring
partial-application
-
Updated
Jan 13, 2022 - Julia
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
android
java
application
functional-programming
monad
functor
try
rxjava2
curry
currying
either
partial
enable-currying
-
Updated
Jun 20, 2019 - Java
IDE support for the functional logic language Curry
-
Updated
Dec 26, 2021 - Haskell
Open
goToPipeValue
mrWh1te
commented
Mar 4, 2021
Is your feature request related to a problem? Please describe.
Want to dynamically navigate to the next URL from returning it in a Pipe from a BotAction
Describe the solution you'd like
goToPipeValue: BotAction that looks at the injects pipe object's value, maybe checks to see if it's a url before attempting to navigate there
Partial function application and Currying
-
Updated
Oct 28, 2021 - JavaScript
Parser and Compiler: Valhalla Lang — Set-Theoretic Programming Langauge
language
programming-language
rust
syntax
parser
front-end
bytecode
compiler
analysis
optimization
static-analysis
pratt-parser
set-theory
curry
marshal
valhalla
optimizing-compiler
bytecode-compilation
-
Updated
Nov 26, 2020 - Rust
Improve this page
Add a description, image, and links to the curry topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the curry topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I'm on my fourth project using Crocks and I keep reaching for the same function
getPropOrError(andgetPathOrError). Instead of me releasing my own library, or copy/pasting the function around I think it would be good to have this in the standard library.Describe the solution you'd like
`getPropOrError :: String -> a