5 repository-uri
Packages that extend language capabilities and functional programming patterns.
Explore 5 awesome GitHub repositories matching part of an awesome list · Syntax and Programming. Refine with filters or upvote what's useful.
This is an ECMAScript proposal that introduces a pipeline operator for JavaScript, enabling left-to-right expression chaining with a dedicated placeholder token to reference the previous step's value. The proposal defines a syntax-only transformation that desugars to standard JavaScript, requiring no new runtime support or engine primitives. The pipeline operator allows chaining operations sequentially, passing each result to the next step in natural reading order. It includes a null-safe variant that short-circuits on nullish values, returning them unchanged and skipping remaining steps. Eac
Provides syntax for composing functions and expressions in a left-to-right reading order.
A functional programming toolkit for R
Functional programming toolkit.
Improve the readability of R code with the pipe
Implementation of pipe operators.
Functional programming in R
Functional programming and pattern matching.
Multi-Paradigm Pipeline Implementation
Multi-paradigm pipeline implementation.