Dev Tools · 1h ago
Aussom: A Scripting Language That Complements Java on the JVM
Aussom is a new interpreted scripting language designed to run on the JVM without compiling to bytecode, allowing dynamic code loading and unloading. It targets Java developers who need quick scripts, user scripting interfaces, or runtime logic changes without redeployment. The language offers familiar syntax with first-class lists, maps, and standard library support for tasks like HTTP requests and JSON parsing.
Meridian48 take
Aussom fills a genuine gap for Java developers needing lightweight scripting, but its success depends on community adoption and tooling support.
jvm-scriptingjava-complement