Pluto is a unique dialect of Lua with a focus on general-purpose programming
Why should you choose Pluto? Accelerated Development. Greatly enhanced standard library. Several new syntaxes, such as switch statements, compound operators, ternary expressions, etc. Focused On Lua Compatibility. Pluto is largely compatible with Lua 5.4 source code, but there is an imperfection: Pluto implements new keywords, which can cause conflicts with otherwise normal identifiers such as 'switch', or 'class'. The parser tries to identify what is meant but if that doesn't work, you ca