# PistonDevelopers/dyon

A rusty dynamically typed scripting language

Repository: https://github.com/PistonDevelopers/dyon
Canonical: https://ross.abutalabs.com/products/dyon
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: dyon, scripting-language, dynamic
Last push: 2026-08-10T12:54:04+00:00

## Health v2 (maintenance only)
Score: 66/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 8, longevity 100
- inputs: {"age_days": 3876, "days_push": 23, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1913, forks 56 (observed 2026-08-28T04:05:53.484890+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: interpreter, programming-language
- domain: programming-languages, developer-tools
- platform: rust, cross-platform, cli
- tags: scripting-language, dynamically-typed, embeddable, repl, piston, scripting, game-development

## Member repositories
- PistonDevelopers/dyon (main) score 66

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:53.484890+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-30T03:10:28.464944+00:00, confidence not recorded.
  - readme: https://github.com/PistonDevelopers/dyon (fetched 2026-08-28T04:05:53.484890+00:00, sha c677cc4c45ca)
  - registry_crates: https://crates.io/api/v1/crates/dyon (fetched 2026-08-29T10:49:39.898235+00:00, sha f44a9f80bc3d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
