awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesSyntax and Programming

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.

Awesome Syntax and Programming GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • tc39/proposal-pipeline-operatorAvatar tc39

    tc39/proposal-pipeline-operator

    7,897Vezi pe GitHub↗

    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.

    HTMLjavascriptoperatorpipeline
    Vezi pe GitHub↗7,897
  • hadley/purrrAvatar hadley

    hadley/purrr

    1,396Vezi pe GitHub↗

    A functional programming toolkit for R

    Functional programming toolkit.

    R
    Vezi pe GitHub↗1,396
  • smbache/magrittrAvatar smbache

    smbache/magrittr

    972Vezi pe GitHub↗

    Improve the readability of R code with the pipe

    Implementation of pipe operators.

    R
    Vezi pe GitHub↗972
  • zatonovo/lambda.rAvatar zatonovo

    zatonovo/lambda.r

    219Vezi pe GitHub↗

    Functional programming in R

    Functional programming and pattern matching.

    R
    Vezi pe GitHub↗219
  • renkun-ken/piperAvatar renkun-ken

    renkun-ken/pipeR

    172Vezi pe GitHub↗

    Multi-Paradigm Pipeline Implementation

    Multi-paradigm pipeline implementation.

    R
    Vezi pe GitHub↗172
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Syntax and Programming

Explorează sub-etichetele

  • Pipeline Composition SyntaxSyntax that enables composing functions and expressions in a left-to-right reading order. **Distinct from Syntax and Programming:** Distinct from Syntax and Programming: focuses specifically on pipeline composition syntax, not general language extensions.