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 →
Engine262 Alternatives
Similar projects and alternatives to engine262
-
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.
-
-
-
-
Benthos
Discontinued Fancy stream processing made operationally mundane [Moved to: https://github.com/redpanda-data/connect]
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
m4b-tool
m4b-tool is a command line utility to merge, split and chapterize audiobook files such as mp3, ogg, flac, m4a or m4b
-
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
engine262 discussion
engine262 reviews and mentions
-
A list of JavaScript engines, runtimes, interpreters
engine262
-
Can you make your own JavaScript by implementing ECMAScript standard?
Indeed. ECMA-262 has been implemented using JavaScript https://github.com/engine262/engine262.
-
What sorts of things would you consider to be “advanced” javascript concepts?
Node.js is not the only JavaScript runtime. JavaScript runtimes have been written using JavaScript alone, see engine262. There is also Deno, QuickJS, txiki.js, Bun, none of which use COmmonJS by default, SpiderMonkey, et al.
-
Ask HN: What interesting problems are you working on? ( 2022 Edition)
for an interpreted language like JS, this project is really nice https://github.com/engine262/engine262. More or less 2 parts: parser and evaluator
-
Is there a source that shows how built in js methods/functions are built?
That is a bit complex, so here's a list of JS engines: if you pick one written *in* JS, that would probably be most useful -- engine262 for example
-
QuickJS JavaScript Engine – Fabrice Bellard
then you might be impressed by https://github.com/engine262/engine262 as well
-
And so was the C compiler.
Engine 262
-
[AskJS] is there a way to quantitatively check if a number value is copied or only the pointer to that number is copied?
It's outside of what you asked for, but here's a JavaScript engine in JavaScript. Might make for some interesting bedtime reading!
-
Enumerating and analyzing 40 non-V8 JavaScript implementations
Interesting to see a JS implementation written in JS:
https://github.com/engine262/engine262/
(The readme explains what the point of it is.)
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 23 Mar 2025
Stats
engine262/engine262 is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of engine262 is TypeScript.