Aussom: A New Scripting Language Built to Complement Java, Not Replace It
Aussom is a new scripting language designed to fill the gaps where Java feels cumbersome, such as runtime scripting, hot-swapping business logic, and running throwaway code without a full build cycle. Unlike JVM languages such as Kotlin, Scala, or Groovy, Aussom does not compile to bytecode; instead, its runtime interprets code directly on the fly inside a running JVM process. This approach allows code to be loaded, executed, and discarded at runtime without restarting the application. The language draws a deliberate parallel to the C-and-Python relationship, positioning itself as a lightweight, dynamic companion to Java rather than a competitor. Aussom scripts require no class declarations or boilerplate, and the standard library supports common tasks like HTTP requests, JSON parsing, and console I/O.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in