# gluon-lang/gluon

A static, type inferred and embeddable language written in Rust.

Repository: https://github.com/gluon-lang/gluon
Canonical: https://ross.abutalabs.com/products/gluon
Homepage: https://gluon-lang.org
Language: Rust
License: MIT
License Family: permissive
Topics: rust, repl, programming-language, type-inference, functional, embeddable, gluon, compiler, language
Last push: 2026-08-06T10:41:39+00:00

## Health v2 (maintenance only)
Score: 97/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 96, release rhythm 96, longevity 100
- inputs: {"age_days": 4049, "days_push": 27, "days_rel": 27, "gap_med": 28, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3435, forks 153 (observed 2026-08-28T04:08:04.881321+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: programming-language, interpreter, compiler, type-system
- domain: programming-languages, developer-tools, parsers
- platform: rust, cross-platform, cli
- tags: scripting-language, embeddable, functional-programming, type-inference, repl, garbage-collected

## Member repositories
- gluon-lang/gluon (main) score 97

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:04.881321+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-29T18:37:42.819285+00:00, confidence not recorded.
  - readme: https://github.com/gluon-lang/gluon (fetched 2026-08-28T04:08:04.881321+00:00, sha 771d3f67cec7)
  - homepage: https://gluon-lang.org (fetched 2026-08-29T09:31:44.587759+00:00, sha af064451b2a3)
  - registry_crates: https://crates.io/api/v1/crates/gluon (fetched 2026-08-29T09:31:44.591136+00:00, sha 2ec322f3fc95)
- Data as of 2026-08-30T08:39:29.467469+00:00.
