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: about 7 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A Babel plugin that adds expressive power to JavaScript by providing a system of holes for functional programming and function composition. | 48 |
| | A JavaScript library for composing functions together to create new function combinations. | 56 |
| | Allows users to stitch functions together to form a pipeline. | 84 |
| | Enables lazy evaluation in JavaScript code by providing an alternative to the `always` function | 24 |
| | Provides a set of types and functions to make function composition easy and safe in TypeScript. | 682 |
| | A tool for serializing function calls and integrating Haskell with various programming languages via dynamic libraries and serialization | 391 |
| | A toolkit for building and orchestrating event-driven applications by composing functions and HTTP endpoints in a functional programming style | 153 |
| | A Babel plugin that adds React import declaration to files containing JSX tags | 159 |
| | A plugin that transforms React component classes into functions to improve consistency and simplify code maintenance. | 24 |
| | A Babel plugin that supports design by contract for JavaScript functions. | 267 |
| | A Python library that enables function composition with type checking and support for async/await | 33 |
| | Provides functional, curried versions of common JavaScript operators and language constructs for concise and expressive programming. | 2 |
| | A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,320 |
| | A JavaScript utility for creating named functions and constructors with optional prototype inheritance and simulation of prototype chain for older browsers. | 7 |
| | An interactive introduction to function composition in Swift 3 | 59 |