higher-order-functions
There are 215 repositories under higher-order-functions topic.
thma/WhyHaskellMatters
In this article I try to explain why Haskell keeps being such an important language by presenting some of its most important and distinguishing features and detailing them with working code examples. The presentation aims to be self-contained and does not require any previous knowledge of the language.
rollbear/lift
constexpr C++17 library for simplifying higher order functions in application code
AnyDSL/thorin
The Higher-Order Intermediate Representation
c-cube/iter
Simple iterator abstract datatype, intended to iterate efficiently on collections while performing some transformations.
asperti/BOHM1.1
Bologna Optimal Higher-Order Machine, Version 1.1
michaelbull/kotlin-coroutines-jdbc
A library for interacting with blocking JDBC drivers using Kotlin Coroutines.
asteroid-lang/asteroid
Asteroid is a modern, multi-paradigm programming language that supports first-class patterns.
steinfletcher/func-dependency-injection-go
Dependency injection example using higher order functions
weijentu/Higher-Order-Function-ObjC
Map, Filter, Reduce, Contains, ForEach and FlatMap Implementation in Objective-C
kutlugsahin/redux-saga-callback
redux-saga helper functions to await dispatched actions
mrWh1te/Botmation
A simple TypeScript framework for declaratively composing bots with Puppeteer
Abouelyatim/Functional-Programming-101-Java
Functional programming course
sakoh/redux-api-utility-library
A utility library for handling API Requests and Async Actions with Redux
Floofies/Differentia.js
No longer being supported or maintained. A Graph Theory & Data Structure Library for JavaScript.
hcerim/Funk
Functional programming library for C#
rafsanahmad/Kotlin-Collection-Functions
A collection of examples for Kotlin Collection functions. The examples contain usage of distinct(), reduce(), all(), single(), chunked(), copyInto(), find(), zip(), filter(), union(), map(), intersection(), groupBy(), sort(), reverse(), remove(), retain(), flatmap(), sum(), max(), min(), etc.
JohnMwendwa/higher-order-array-methods
Planning on learning ES6? Learn through these simple examples
mrinaljain/Javascript-A-Z-notes
A comprehensive collection of end-to-end learning notes on Namaste JavaScript concepts. Simplified explanations, examples, and practical insights to help developers of all levels grasp JavaScript fundamentals with ease.
fogfish/m_http
A class of Erlang monads which can do http requests
mattriley/node-module-composer
Bring order to chaos. Level up your JS application architecture with Module Composer, a tiny but powerful module composition utility based on functional dependency injection.
thieu1995/reflame
reflame: Revolutionizing Functional Link Neural Network by Metaheuristic Optimization
tideland/go-slices
Process typed Go slices via generics and higher-order functions.
AlexanderKaraberov/SwiftLand
Swift (µ)library for functional programming and higher-order data processing
bube054/go-js-array-methods
This comprehensive module provides an array (no pun intended) of helper functions specifically designed to empower developers in working efficiently with golang slices. It encompasses popular methods like Map, Filter, Reduce, ForEach, Some, and many more, offering streamlined functionalities to enhance your golang coding experience.
gitrj95/q-memo
memoization tooling for functions in the q programming language
p-samuel/anonymous-methods
Using higher-order logic to copy JavaScript's "filter", "map" and "reduce" functions in Delphi.
fogfish/gurl
ᵍ🆄🆁🅻 is a combinator library for network I/O
mootable/hashmap
Providing fast at scale HashMap, LinkedHashMap, and Higher Order Functions to any iterable, such as Array, Map or Set. Tested, and Benchmarked, Issues & PRs welcomed.
streamerjs/streamerjs
Easy to use lazy evaluation library
verse-lab/sisyphus
Mostly Automated Proof Repair for Verified Libraries
vimlord/Lomda
An interpreted programming language with mathematical functionality.
eyouyou/pipeline
rust interceptor
Kamirus/purescript-functional-concepts
Elaborated examples concerning functional concepts e.g. gadt, eadt, church encodings
sundeeep/Demystifying-JavaScript
This repository is the amalgamation of my learnings as well as my experiments with the most versatile language in this world: `JavaScript` :D
Toobo/Hop
Higher-order functional predicates.
VSADX/postoffice.js
Haskell-esque automatic partial application, without runtime.