# bramblex/jsjs

简易的 JavaScript 元循环解释器

Repository: https://github.com/bramblex/jsjs
Canonical: https://ross.abutalabs.com/products/jsjs
Language: JavaScript
License Family: other
Last push: 2018-03-08T14:43:44+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3114, "days_push": 3100, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1349, forks 151 (observed 2026-08-28T04:04:27.944520+00:00)

## What it is
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
- artifact type: library
- maturity: experimental
- function: interpreter, parser, programming-language
- domain: programming-languages, education, developer-tools
- platform: browser, cross-platform
- tags: meta-circular-interpreter, toy-project, educational, javascript-engine, interpreters, javascript, nodejs

## Member repositories
- bramblex/jsjs (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:27.944520+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:42:20.784308+00:00, confidence not recorded.
  - readme: https://github.com/bramblex/jsjs (fetched 2026-08-28T04:04:27.944520+00:00, sha 199ed56a73fc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
