proposal-slice-notation VS oni2

Compare proposal-slice-notation vs oni2 and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
proposal-slice-notation oni2
2 42
518 7,735
0.4% 0.0%
0.0 0.0
5 months ago over 1 year ago
HTML Reason
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

proposal-slice-notation

Posts with mentions or reviews of proposal-slice-notation. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-27.
  • HypeScript: Simplified TypeScript's type system in TypeScript's own type system
    15 projects | news.ycombinator.com | 27 Jul 2022
    > Switch statements

    JS has had switch statements for a long time. Do you mean switch "expressions" that can be used inline? It's not pretty but JS has long supported that too using either eval() "hacks" or IIFEs: https://stackoverflow.com/questions/32451049/is-eval-the-onl...

    Do you mean pattern matching? There are two Stage 1 TC39 proposals with different approaches to it:

    More hands-on/direct: https://github.com/tc39/proposal-pattern-matching

    More indirect: https://github.com/tc39/proposal-do-expressions

    > list comprehensions

    There are several libraries with strong Iterator support today that while not syntactically gorgeous do great jobs at allowing you to write simple list operations. Off the top of my head are IxJS and iter-tools, but also classic mainstays like up to date versions of lodash and Ramda.

    There's a Stage 2 proposal to bring more of them into "the standard library": https://github.com/tc39/proposal-iterator-helpers

    There's also a Stage 2 proposal for an operator to make the syntax generally nicer no matter the library: https://github.com/tc39/proposal-pipeline-operator

    > array slicing

    Array.prototype.slice() was added back in ES2015: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...

    Array.prototype.at() was "just added" in ES2022 for unary "slice" (ability to use negative indexes): https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...

    If you prefer syntax to function calls, there's a Stage 1 proposal still live for that: https://github.com/tc39/proposal-slice-notation

    > better equality operators

    That ship has probably sailed. Most projects at this point just have linter rules to standardize everything to the more reliable "triple equals" (===, and !==).

    There are proposals for more structural equality functions in the standard library, though, for instance: https://github.com/tc39/proposal-array-equality

  • JavaScript Is Weird
    7 projects | news.ycombinator.com | 28 Jun 2021
    Both are stage 1 proposals that I hope get in there some day.

    https://github.com/tc39/proposal-slice-notation

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

oni2

Posts with mentions or reviews of oni2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-17.

What are some alternatives?

When comparing proposal-slice-notation and oni2 you can also consider the following projects:

Super-Template-Tetris - Tetris as a C++ Template Metaprogram

LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.

V7 - Embedded JavaScript engine for C/C++

vscode-neovim - Vim mode for VSCode, powered by Neovim

proposal-array-equality - Determining Array Equality

NvChad - Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.

coffeescript - Unfancy JavaScript

my-lunarvim-config - My config for LunarVim

devtools-detect - Detect if DevTools is open and its orientation

openvsx - An open-source registry for VS Code extensions

proposal-pattern-matching - Pattern matching syntax for ECMAScript

doom-nvim - A Neovim configuration for the advanced martian hacker [Moved to: https://github.com/doom-neovim/doom-nvim]