tc39 / proposal-smart-pipelinesLinks
Old archived draft proposal for smart pipelines. Go to the new Hack-pipes proposal at js-choi/proposal-hack-pipes.
☆181Updated 4 years ago
Alternatives and similar repositories for proposal-smart-pipelines
Users that are interested in proposal-smart-pipelines are comparing it to the libraries listed below
Sorting:
- Partial application syntax and lambda parameters for JavaScript, inspired by Scala's `_` & Kotlin's `it`☆185Updated 3 years ago
- proposal for flatten and flatMap on arrays☆214Updated 3 years ago
- A proposal for adding the simple-but-useful pipeline operator to JavaScript.☆95Updated 4 years ago
- Proposal for a Cancellation API for ECMAScript☆271Updated 4 years ago
- TC39 proposal for Object.fromEntries☆317Updated 4 years ago
- a proposal to bring protocol-based interfaces to ECMAScript users☆356Updated 2 years ago
- ☆117Updated 4 years ago
- A syntactical simplification in JS to enable DSLs☆205Updated 4 years ago
- Proposal to ECMAScript to add first-class location references relative to a module☆278Updated 5 years ago
- Discussion and specification for an explicit syntactic opt-in for Tail Calls.☆170Updated 9 years ago
- Zero overhead functional programming library for projects using babel-plugin-macros.☆93Updated 2 years ago
- Maybe monad for JavaScript. Never null again.☆196Updated 6 years ago
- Proposal to add `export * as ns from "mod";` to ECMAScript.☆241Updated 3 years ago
- +> for function composition☆67Updated 7 years ago
- ☆92Updated 6 years ago
- Tail call optimization for JavaScript!☆196Updated 3 years ago
- Former home of a proposal for a new syntactic construct for serializable blocks of JavaScript code☆215Updated 6 years ago
- Transform async/await to somewhat idiomatic JavaScript promise chains☆248Updated 2 years ago
- Function Reflection in Javascript With Support for ES2015+ Syntax☆68Updated 7 years ago
- ESLint rules for lodash/fp☆152Updated 2 years ago
- Compile pipeline operator to ES5☆59Updated 8 years ago
- A proposal to combine Logical Operators and Assignment Expressions☆301Updated 5 years ago
- Babel Plugin that adds useful build time console functions 🎮☆293Updated 3 years ago
- proposal for ECMAScript to allow omission of the catch binding