bramblex/jsjs
简易的 JavaScript 元循环解释器 observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3114
- days_rel: n/a
- days_push: 3100
- n_releases_24m: 0
Adoption not part of the score
1349 stars · 151 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A simple meta-circular JavaScript interpreter written in JavaScript, intended as a toy/educational project demonstrating interpreter design. It parses and evaluates JavaScript code using JavaScript itself as the host language.
Use cases
- understand how a JavaScript interpreter works internally
- study meta-circular evaluation and interpreter design
- run JavaScript code inside JavaScript with a custom evaluator
- learn parser and evaluator implementation techniques
- use as a teaching example for programming language courses
When to choose
- you want a small, readable codebase to learn interpreter internals
- you need a teaching-level example of meta-circular evaluation in JavaScript
- you want to experiment with modifying language semantics in a toy interpreter
When to avoid
- you need a production-grade or spec-compliant JavaScript engine
- you require performance, security sandboxing, or full ES standard support
- you need a maintained project with active development or a license
Facets
library · maturity experimental
interpreter parser programming-language programming-languages education developer-tools browser cross-platform meta-circular-interpreter toy-project educational javascript-engine interpreters javascript nodejs
1 source
- readme: https://github.com/bramblex/jsjs · fetched 2026-08-28 · 199ed56a73fc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bramblex/jsjs | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem