gluon-lang/gluon
A static, type inferred and embeddable language written in Rust. observed · 2026-08-28
Health v2 · maintenance only
97/100
- Activity 96
- Release rhythm 96
- Longevity 100
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: 28
- age_days: 4049
- days_rel: 27
- days_push: 27
- n_releases_24m: 2
Adoption not part of the score
3435 stars · 153 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Gluon is a small, statically-typed functional programming language with type inference, implemented in Rust and designed for embedding in applications as a scripting layer. It provides a Rust library with a simple embedding API, a REPL, and thread-safe parallel execution of scripts.
Use cases
- embed a scripting language in a Rust application
- add user-configurable scripts to my program
- run sandboxed functional scripts with static types
- evaluate expressions at runtime from Rust
- try a small ML-like language in the browser
- script game or app logic without recompiling
When to choose
- you need an embeddable scripting language in a Rust codebase with minimal marshalling boilerplate
- you want static typing and type inference for embedded scripts
- you need thread-safe parallel execution of scripts with separate heaps
When to avoid
- you need a mature general-purpose scripting language with a large ecosystem like Lua or Python
- your project is not written in Rust
- you need extensive third-party libraries or tooling for the scripting layer
Facets
library · maturity active
programming-language interpreter compiler type-system programming-languages developer-tools parsers rust cross-platform cli scripting-language embeddable functional-programming type-inference repl garbage-collected
3 sources
- readme: https://github.com/gluon-lang/gluon · fetched 2026-08-28 · 771d3f67cec7
- homepage: https://gluon-lang.org · fetched 2026-08-29 · af064451b2a3
- registry_crates: https://crates.io/api/v1/crates/gluon · fetched 2026-08-29 · 2ec322f3fc95
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gluon-lang/gluon | main | 97 |
For agents
markdown · JSON · MCP: product_card(name="gluon-lang/gluon")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem