mbebenita/LLJS
LLJS: Low-Level 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5322
- days_rel: n/a
- days_push: 2366
- n_releases_24m: 0
Adoption not part of the score
1177 stars · 89 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
LLJS is a typed dialect of JavaScript with a C-like type system and manual memory management, compiled to plain JavaScript via the ljc compiler. It is an early research prototype exploring statically typed, low-level features in a dynamically typed language.
Use cases
- write memory-efficient javascript with c-like types
- compile typed javascript to plain javascript
- avoid garbage collector pauses in hot javascript code
- detect memory leaks and double frees in javascript
- experiment with low-level typed programming in javascript
When to choose
- you need manual memory control and typed memory buffers in javascript
- you are researching low-level typing in dynamic languages
- you want a C-like memory model that still runs in JS engines
When to avoid
- you need a maintained or production-ready tool
- you want modern typed JavaScript - use TypeScript instead
- you need WebAssembly-level performance - use wasm
Facets
cli-tool · maturity abandoned
compiler programming-language type-system developer-tools programming-languages compilers developer-tools performance cli cross-platform typed-javascript transpiler manual-memory-management research-prototype c-like memcheck nodejs javascript
4 sources
- readme: https://github.com/mbebenita/LLJS · fetched 2026-08-28 · d953a3234c03
- homepage: http://lljs.org · fetched 2026-08-29 · 3b2bcc0bd261
- site_page: https://lljs.org/about-us · fetched 2026-08-29 · bf3368cd8940
- site_page: https://lljs.org/all-about-javascript · fetched 2026-08-29 · 3c9ef6aadb8e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mbebenita/LLJS | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem