compose-function
Function composer
A JavaScript library for composing functions together to create new function combinations.
Function composition
56 stars
5 watching
3 forks
Language: JavaScript
last commit: about 5 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
haskellcamargo/babel-plugin-function-composition | A Babel plugin that enables function composition using the & operator to create more complex functions from simple ones. | 63 |
igorw/compose | Allows users to stitch functions together to form a pipeline. | 84 |
seasonedcc/composable-functions | Provides a set of types and functions to make function composition easy and safe in TypeScript. | 669 |
mentalisttraceur/python-compose | A Python library that enables function composition with type checking and support for async/await | 33 |
jamesplease/react-composer | A library to simplify composing multiple render prop components together | 611 |
iopipe/turtle | A toolkit for building and orchestrating event-driven applications by composing functions and HTTP endpoints in a functional programming style | 153 |
walling/function.create.js | A JavaScript utility for creating named functions and constructors with optional prototype inheritance and simulation of prototype chain for older browsers. | 7 |
hipstersmoothie/compose-tiny | A lightweight function composition utility written in JavaScript. | 46 |
dominictarr/scuttlebucket | A framework that creates and composes multiple modules into a single, self-contained system | 21 |
ijoshsmith/function-composition-in-swift | An interactive introduction to function composition in Swift 3 | 59 |
styfle/copee | A small JavaScript wrapper around the browser's native clipboard API to simplify text copying | 146 |
rung-tools/babel-plugin-holes | A Babel plugin that adds expressive power to JavaScript by providing a system of holes for functional programming and function composition. | 48 |
sharkdp/cube-composer | A puzzle game written in PureScript that uses functional programming principles to compose and solve 2D cube puzzles. | 2,003 |
csnw/d3.compose | A library for composing complex data-driven visualizations from reusable charts and components with D3 | 698 |
koajs/compose | Utility to combine multiple middleware functions into a single cohesive piece of software | 1,004 |