HeadlinesBriefing favicon HeadlinesBriefing.com

Amai: New Statically Typed Scripting Language

DEV Community •
×

Developer Tayenx3 has launched Amai, a new statically typed scripting language designed to "make developers' lives a little sweeter." It runs on a bytecode VM and is currently a solo project. The initial release supports variables, if-else statements, basic expressions, and while loops, with the codebase available on GitHub.

Amai's syntax allows for both immutable and mutable variables, treating many constructs as expressions. The language includes optional semicolons and a unit type, aiming for clarity and flexibility. While still in early development without formal documentation, its design choices suggest a focus on reducing common programming errors through its static typing system.

The project enters a crowded field of new programming languages, where simplicity and developer experience are key differentiators. Future development will likely expand Amai's feature set and attract community contributions. Observers will watch if its "sweeter" approach gains traction against established languages in the scripting and tooling space.