mjs VS test262

Compare mjs vs test262 and see what are their differences.

test262

Official ECMAScript Conformance Test Suite (by tc39)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
mjs test262
2 5
123 2,195
- 2.1%
0.0 9.3
about 5 years ago 3 days ago
C++ JavaScript
MIT License GNU General Public License v3.0 or later
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.

mjs

Posts with mentions or reviews of mjs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-22.
  • A Garbage-Collected Heap in C++, Shaped Like Typed Python
    1 project | /r/Compilers | 1 Jun 2022
    I implemented a GC in C++ a couple of years ago for a JS interpreter (some notes). Some of the optimization I spent a lot of effort on (NaN-tagging) might not be appropriate for your use case though, and I won't recommend using the exact same approach as I did.
  • Enumerating and analyzing 40 non-V8 JavaScript implementations
    7 projects | news.ycombinator.com | 22 Sep 2021
    I made a toy ECMAScript interpreter a couple of years ago: https://github.com/mras0/mjs

    Not really notable, expect perhaps being the only one on the list with an ES1 mode? :) (Can't promise it's accurate though, as it was hard to find examples).

    Otherwise pretty boring (C++, hand-written parser, AST interpreter, ES1/ES3/ES5.1 support minus some regexp/timezone/locale stuff).

test262

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

What are some alternatives?

When comparing mjs and test262 you can also consider the following projects:

engine262 - An implementation of ECMA-262 in JavaScript

qtdeclarative - Qt Declarative (Quick 2)

rhino - Rhino is an open-source implementation of JavaScript written entirely in Java

wtfjs - 🤪 A list of funny and tricky JavaScript examples

Jint - Javascript Interpreter for .NET

String.prototype.trimStart - ES2019 spec-compliant String.prototype.trimStart shim

ChakraCore - ChakraCore is an open source Javascript engine with a C API.

razuberi - a JavaScript/TypeScript -> C++ transpiler