proposal-pattern-matching

Pattern matching syntax for ECMAScript (by tc39)

Proposal-pattern-matching Alternatives

Similar projects and alternatives to proposal-pattern-matching

tc39
proposal-pattern-matching
  1. React

    The library for web and native user interfaces.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  4. htmx

    </> htmx - high power tools for HTML

  5. DefinitelyTyped

    The repository for high quality TypeScript type definitions.

  6. typescript-eslint

    :sparkles: Monorepo for all the tooling which enables ESLint to support TypeScript

  7. proposal-pipeline-operator

    A proposal for adding a useful pipe operator to JavaScript.

  8. rescript

    ReScript is a robustly typed language that compiles to efficient and human-readable JavaScript.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. proposal-record-tuple

    ECMAScript proposal for the Record and Tuple value types. | Stage 2: it will change!

  11. ts-pattern

    🎨 The exhaustive Pattern Matching library for TypeScript, with smart type inference.

  12. proposal-iterator-helpers

    Discontinued Methods for working with iterators in ECMAScript

  13. share-file-systems

    Use a Windows/OSX like GUI in the browser to share files cross OS privately. No cloud, no server, no third party.

  14. proposal-change-array-by-copy

    Discontinued Provides additional methods on Array.prototype and TypedArray.prototype to enable changes on the array by returning a new copy of it with the change.

  15. proposal-observable

    Observables for ECMAScript

  16. match-iz

    A tiny pattern-matching library in the style of the TC39 proposal.

  17. fp-ts

    Functional programming in TypeScript

  18. proposal-partial-application

    Proposal to add partial application to ECMAScript

  19. eslint-config-standard

    ESLint Config for JavaScript Standard Style

  20. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better proposal-pattern-matching alternative or higher similarity.

proposal-pattern-matching discussion

Log in or Post with

proposal-pattern-matching reviews and mentions

Posts with mentions or reviews of proposal-pattern-matching. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-02-25.
  • Modern JavaScript Patterns You’ll Want to Use in 2025.
    2 projects | dev.to | 25 Feb 2025
    ❗ Where it stands: Still in Stage 1 of the TC39 Pattern Matching Proposal, meaning it’s experimental and far from being implemented in JavaScript yet.
  • Exciting New Features in ECMAScript 2024 (ES15)
    2 projects | dev.to | 10 Sep 2024
    [5] TC39. (2023). ECMAScript Pattern Matching Proposal. Retrieved from https://github.com/tc39/proposal-pattern-matching
  • Coming to grips with JS: a Rubyist's deep dive
    16 projects | dev.to | 29 Dec 2023
    Note, however, that there is a proposal to add pattern matching to JS.
  • Level up your Typescript game, functionally - Part 2
    2 projects | dev.to | 25 Nov 2023
    There's an ECMAScript proposal that is in the works to add this feature to the language! It's going to look something like this.
  • Building React Components Using Unions in TypeScript
    15 projects | dev.to | 1 Oct 2023
    More importantly, TypeScript typically commits to build things into itself when the proposal in JavaScript reaches Stage 3. The pattern matching proposal in JavaScript is Stage 1, but depends on many other proposals as well that may or may not need to be at Stage 3 as well for it to work. This particular proposal is interested on pattern matching on JavaScript Objects and other primitives, just like Python does with it’s native primitives. These are also dynamic types which helps in some areas, but makes it harder than others. Additionally, the JavaScript type annotations proposal needs to possibly account for this. So it’s going to be awhile. Like many years.
  • Explicit Software Design. Preliminary Conclusions
    3 projects | dev.to | 18 Sep 2023
    For true™ functional programming in JS, native pattern matching and partial function application are missing (at least for now: 1, 2). For proper OOP, it lacks real interfaces and compile-time dependency injection.
  • TypeScript Is Surprisingly OK for Compilers
    14 projects | news.ycombinator.com | 18 Aug 2023
    The proposal for pattern matching syntax seems more akin to what they're looking for.

    https://github.com/tc39/proposal-pattern-matching

  • [AskJS] C# in every Node.js job posting?
    2 projects | /r/javascript | 7 Jun 2023
    There's a proposal to add something like that to JavaScript but it's been stuck in limbo since 2017 although there are libraries like ts-pattern which implement it already.
  • [AskTS] What do you think will be the future of runtime type checking?
    10 projects | /r/typescript | 28 May 2023
    I'll admit, it is easy to assert that the TypeScript language should not be involved in the matters of packages but I also wonder if we're moving towards a point where interfaces will be as common as namespaces and whether or not it would be sensible for the language to incorporate such type assertions into the language formally, after all, it already compiles to various forms of JavaScript and there is a stage 1 proposal submitted to the TC39 committee to give JavaScript pattern matching. If adopted, wouldn't it make sense to allow TypeScript to compile a type into a type guard for the native JavaScript pattern matcher?
  • Updates from the 96th TC39 meeting
    5 projects | /r/javascript | 19 May 2023
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 22 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic proposal-pattern-matching repo stats
69
5,600
7.7
6 months ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that HTML is
the 9th most popular programming language
based on number of references?