# betaveros/noulith

*slaps roof of [programming language]* this bad boy can fit so much [syntax sugar] into it

Repository: https://github.com/betaveros/noulith
Canonical: https://ross.abutalabs.com/products/noulith
Language: Rust
License Family: other
Last push: 2026-01-21T16:05:20+00:00

## Health v2 (maintenance only)
Score: 61/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 63, release rhythm 35, longevity 100
- inputs: {"age_days": 1502, "days_push": 224, "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 1164, forks 21 (observed 2026-08-28T04:03:49.917192+00:00)

## What it is
Noulith is a scripting programming language implemented in Rust, designed for quick-and-dirty scripts with heavy syntax sugar such as everything-is-an-infix-operators, customizable operator precedence, and immutable data structures with copy-on-write semantics. It ships as a CLI with a REPL and can also run in the browser via WebAssembly.

## Use cases
- write quick one-off scripts with concise syntax
- try a programming language in the browser
- solve coding puzzles like Advent of Code with built-in list operations
- experiment with customizable operator precedence
- use a REPL for quick calculations and data munging

## When to choose
- you want a Python-like scripting language with more syntax sugar and immutable collections
- you need a REPL-friendly language for quick calculations or puzzle solving
- you want to run a scripting language in the browser via wasm

## When to avoid
- you need a production language with a stable spec, ecosystem, and libraries
- you require a permissively licensed dependency (the repo has no license)
- you need long-term maintainability or team adoption

## Facets
- artifact type: cli-tool
- maturity: active
- function: interpreter, programming-language, cli
- domain: programming-languages, developer-tools
- platform: windows, cli, wasm, rust
- tags: scripting-language, repl, syntax-sugar, infix-operators, immutable-data-structures, wasm-playground, command-line, linux, macos

## Member repositories
- betaveros/noulith (main) score 61

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:49.917192+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-30T06:29:39.790568+00:00, confidence not recorded.
  - readme: https://github.com/betaveros/noulith (fetched 2026-08-28T04:03:49.917192+00:00, sha 4d23bafcdf71)
- Data as of 2026-08-30T08:39:29.467469+00:00.
