View on GitHub

AviatorScript

A high performance scripting language hosted on the JVM.

download .ZIPdownload .TGZ

Intro

Aviator is a lightweight, high performance scripting language hosted on the JVM. It compiles script to java byte code and evaluate it on the fly.

AviatorScript 是一门高性能、轻量级寄宿于 JVM 之上的脚本语言。更详细的请阅读开发指南

News

Dependency

  <dependency>
      <groupId>com.googlecode.aviator</groupId>
      <artifactId>aviator</artifactId>
      <version>{version}</version>
  </dependency>

Links