Pluto: A Supercharged Lua Dialect

2025-07-01
Pluto: A Supercharged Lua Dialect

Pluto is a powerful dialect of Lua designed for general-purpose programming. It boasts accelerated development through an enhanced standard library and new syntax features like switch statements, compound operators, and ternary expressions. While largely compatible with Lua 5.4, a compatibility mode resolves potential conflicts from new keywords. Pluto executes Lua bytecode and most Pluto features generate Lua-compatible bytecode. Comprehensive documentation, tooling, and details on improvements are available on its open-source website. Try it out in the interactive browser playground or download pre-built binaries.

Development