babel-plugin-function-composition
Function composer
A Babel plugin that enables function composition using the & operator to create more complex functions from simple ones.
Babel plugin to compose functions with piping using the & operator
63 stars
3 watching
7 forks
Language: JavaScript
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
stoeffel/compose-function | A JavaScript library for composing functions together to create new function combinations. | 56 |
igorw/compose | Allows users to stitch functions together to form a pipeline. | 84 |
haskellcamargo/babel-plugin-implicit-function | Enables lazy evaluation in JavaScript code by providing an alternative to the `always` function | 24 |
seasonedcc/composable-functions | Provides a set of types and functions to make function composition easy and safe in TypeScript. | 669 |
nh2/call-haskell-from-anything | A tool for serializing function calls and integrating Haskell with various programming languages via dynamic libraries and serialization | 391 |
iopipe/turtle | A toolkit for building and orchestrating event-driven applications by composing functions and HTTP endpoints in a functional programming style | 153 |
vslinko/babel-plugin-react-require | A Babel plugin that adds React import declaration to files containing JSX tags | 159 |
remcohaszing/babel-plugin-transform-react-class-to-function | A plugin that transforms React component classes into functions to improve consistency and simplify code maintenance. | 24 |
codemix/babel-plugin-contracts | A Babel plugin that supports design by contract for JavaScript functions. | 267 |
mentalisttraceur/python-compose | A Python library that enables function composition with type checking and support for async/await | 33 |
bttmly/fops | Provides functional, curried versions of common JavaScript operators and language constructs for concise and expressive programming. | 2 |
babel/gulp-babel | A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,321 |
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 |
ijoshsmith/function-composition-in-swift | An interactive introduction to function composition in Swift 3 | 59 |