Ross ROSS = Recommend OSS · open-source software intelligence for agents

killme2008/aviatorscript

A high performance scripting language hosted on the JVM. observed · 2026-08-28

github.com/killme2008/aviatorscript · homepage · Java observed · 2026-08-28

Health v2 · maintenance only

84/100

  • Activity 94
  • Release rhythm 61
  • Longevity 100

Flags: no_license

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: n/a
  • age_days: 5636
  • days_rel: 44
  • days_push: 37
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

5240 stars · 904 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

AviatorScript is a high-performance, lightweight scripting language that runs on the JVM (including Android). It compiles scripts to JVM bytecode via ASM, supports closures, functional programming, big integers and high-precision decimals, and can be embedded in Java applications as a safe expression evaluator or full scripting language.

Use cases

  • evaluate dynamic expressions in a Java application
  • build a rule engine for business rule evaluation
  • compute formulas at runtime
  • embed a sandboxed scripting language in the JVM
  • run ETL transformations over collections
  • control application behavior with dynamic scripts

When to choose

  • you need fast, lightweight expression or formula evaluation on the JVM
  • you want an embeddable scripting language with sandboxing and execution timeouts
  • you need a rule engine DSL that Java can call and be called from
  • you need scripting support on Android or non-standard Java platforms

When to avoid

  • you need a general-purpose standalone language with a large ecosystem and libraries
  • you need deep native integration beyond Java method calls
  • you require a language with extensive third-party tooling and IDE support

Facets

library · maturity stable

interpreter programming-language compiler programming-languages developer-tools backend jvm cross-platform expression-evaluator scripting-language rule-engine formula-evaluation sandbox asm-bytecode android

1 source

Member repositories

RepositoryRoleHealth v2
killme2008/aviatorscriptmain84

For agents

markdown · JSON · MCP: product_card(name="killme2008/aviatorscript")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem