# evanw/thinscript

A low-level programming language inspired by TypeScript

Repository: https://github.com/evanw/thinscript
Canonical: https://ross.abutalabs.com/products/thinscript
Homepage: http://evanw.github.io/thinscript/
Language: C
License Family: other
Last push: 2016-05-11T17:12:56+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": 3816, "days_push": 3766, "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 1365, forks 49 (observed 2026-08-28T04:04:31.172352+00:00)

## What it is
ThinScript is an experimental programming language with TypeScript-inspired syntax that compiles to JavaScript, WebAssembly, and C. Its bootstrapped compiler is written in itself, and the project is explicitly an experiment not intended for real use.

## Use cases
- experiment with a TypeScript-like language compiling to WebAssembly
- study how a bootstrapped compiler works
- compile the same source to JavaScript, WebAssembly, and C
- learn compiler design by reading a small self-hosting compiler
- try an online compiler demo in the browser

## When to choose
- you want a small, readable self-hosted compiler to study
- you're experimenting with early WebAssembly tooling
- you want one language targeting JS, WASM, and C

## When to avoid
- you need a production-ready language
- you need garbage collection or memory safety
- you need a maintained toolchain or up-to-date WebAssembly support

## Facets
- artifact type: learning-resource
- maturity: abandoned
- function: compiler, programming-language
- domain: programming-languages, compilers
- platform: wasm, cpp
- tags: typescript-inspired, bootstrapped-compiler, wasm, transpiler, experimental-language, web, nodejs

## Member repositories
- evanw/thinscript (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:31.172352+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:41:15.951356+00:00, confidence not recorded.
  - readme: https://github.com/evanw/thinscript (fetched 2026-08-28T04:04:31.172352+00:00, sha b85c1832e14f)
  - homepage: http://evanw.github.io/thinscript/ (fetched 2026-08-29T11:58:29.705197+00:00, sha ec3495c7e5bd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
