Ross ROSS = Recommend OSS · open-source software intelligence for agents

ThakeeNathees/pocketlang

A lightweight, fast embeddable scripting language. observed · 2026-08-28

github.com/ThakeeNathees/pocketlang · homepage · C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

59/100

  • Activity 60
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 2033
  • days_rel: n/a
  • days_push: 242
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1551 stars · 85 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Pocketlang is a lightweight, fast, embeddable scripting language written in C with a Ruby-flavored Python-like syntax, including its own bytecode compiler and VM with zero external dependencies. Its VM can be easily embedded into a host application, and it also builds to WebAssembly for browser use.

Use cases

  • embed a small scripting language in a C application
  • add user scripting/plugin support to a program
  • run a lightweight scripting language in the browser via WebAssembly
  • learn how interpreters and bytecode VMs work
  • replace heavyweight Python/Ruby embedding with a tiny dependency-free VM
  • script configuration or automation inside a host app

When to choose

  • you need a tiny (~3000 semicolons) zero-dependency embeddable scripting VM in C
  • you want a simple, quickly learnable scripting syntax
  • memory footprint and startup speed matter more than ecosystem size

When to avoid

  • you need a rich standard library, package ecosystem, or mature tooling
  • production-critical projects requiring long-term stability (the language is pre-alpha and docs are WIP)
  • you need extensive native module bindings like CPython's C extensions

Facets

library · maturity active

interpreter compiler programming-language parser programming-languages compilers embedded-systems developer-tools c cross-platform wasm cli embeddable-scripting-language bytecode-vm nan-boxing zero-dependency ruby-python-syntax tail-call-optimization

2 sources

Member repositories

RepositoryRoleHealth v2
ThakeeNathees/pocketlangmain59

For agents

markdown · JSON · MCP: product_card(name="ThakeeNathees/pocketlang")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem