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
- 5.2.2 Fixed Expression#getVariableNames() returns wrong result, added Feature.StaticMethods, Feature.StaticFields etc.
Dependency
<dependency>
<groupId>com.googlecode.aviator</groupId>
<artifactId>aviator</artifactId>
<version>{version}</version>
</dependency>
Links
- downloads: https://github.com/killme2008/aviator/releases
- documents: https://github.com/killme2008/aviator/wiki
- javadoc: http://fnil.net/aviator/apidocs/
- author: dennis (killme2008@gmail.com)