# killme2008/aviatorscript

A high performance scripting language hosted on the JVM.

Repository: https://github.com/killme2008/aviatorscript
Canonical: https://ross.abutalabs.com/products/aviatorscript
Homepage: http://fnil.net/aviator/
Language: Java
License Family: other
Topics: java, scripting-language, jvm-languages, aviatorscript, expression-evaluator, programming-language
Last push: 2026-07-27T08:12:29+00:00

## Health v2 (maintenance only)
Score: 84/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 94, release rhythm 61, longevity 100
- inputs: {"age_days": 5636, "days_push": 37, "days_rel": 44, "gap_med": null, "n_releases_24m": 1}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5240, forks 904 (observed 2026-08-28T04:09:13.514153+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: interpreter, programming-language, compiler
- domain: programming-languages, developer-tools, backend
- platform: jvm, cross-platform
- tags: expression-evaluator, scripting-language, rule-engine, formula-evaluation, sandbox, asm-bytecode, android

## Member repositories
- killme2008/aviatorscript (main) score 84

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:13.514153+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-29T17:59:37.437341+00:00, confidence not recorded.
  - readme: https://github.com/killme2008/aviatorscript (fetched 2026-08-28T04:09:13.514153+00:00, sha 6d62b7fa6bbb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
