PistonDevelopers/dyon
A rusty dynamically typed scripting language observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 97
- Release rhythm 8
- Longevity 100
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: 3876
- days_rel: n/a
- days_push: 23
- n_releases_24m: 0
Adoption not part of the score
1913 stars · 56 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Dyon is a dynamically typed scripting language implemented in Rust, designed for embedding in Rust applications, particularly games in the Piston ecosystem. It ships as a Rust library plus REPL and script runner binaries, with editor plugins for Atom, Vim, and VS Code.
Use cases
- embed a scripting language in a Rust game
- run dynamically typed scripts from the command line
- try out a scripting language in a REPL
- script game logic without recompiling Rust
- use a scripting language with lifetime checking instead of a garbage collector
When to choose
- you need an embeddable, dynamically typed scripting layer for a Rust application or game
- you want a small scripting language with Rust-friendly interop via Arc<Mutex<Any>>
- you prefer lifetime/mutability checking over garbage collection in a script language
When to avoid
- you need a mainstream language with a large ecosystem and community
- you require static typing or compile-time type safety
- you need high-performance compute-heavy scripting comparable to compiled languages
Facets
library · maturity active
interpreter programming-language programming-languages developer-tools rust cross-platform cli scripting-language dynamically-typed embeddable repl piston scripting game-development
2 sources
- readme: https://github.com/PistonDevelopers/dyon · fetched 2026-08-28 · c677cc4c45ca
- registry_crates: https://crates.io/api/v1/crates/dyon · fetched 2026-08-29 · f44a9f80bc3d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| PistonDevelopers/dyon | main | 66 |
For agents
markdown · JSON · MCP: product_card(name="PistonDevelopers/dyon")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem