test262 VS mjs

Compare test262 vs mjs and see what are their differences.

test262

Official ECMAScript Conformance Test Suite (by tc39)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
test262 mjs
5 2
2,195 123
1.9% -
9.3 0.0
2 days ago about 5 years ago
JavaScript C++
GNU General Public License v3.0 or later 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.

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.

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).

What are some alternatives?

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

engine262 - An implementation of ECMA-262 in JavaScript

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

qtdeclarative - Qt Declarative (Quick 2)

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