data-man / Pluto

A superset of Lua 5.4 — with unique features, optimizations, and improvements.

Home Page:https://pluto-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pluto Logo

Pluto is a unique dialect of Lua, which aims to specialize for general-purpose programming.

Why should you choose Pluto?

  • Accelerated Development.

    • Greatly enhanced standard library.
    • Dozens of additional VM & compile-time optimizations.
    • Several new syntaxes, such as switch statements or ternary expressions.
  • Drag & Drop Compatibility.

    • Compatible with Lua 5.4 source & bytecode.
    • The only Lua dialect that's proven it can be dropped into massive communities (100K> users), and not break any existing scripts.

Documentation

A detailed documentation of getting started with, tooling for, and the additions and improvements of Pluto can be found on our website, which is open-source as well.

Getting Started

You can use Pluto right in your browser in the interactive playground, or find pre-built binaries on our releases page. Read more...

Tooling

About

A superset of Lua 5.4 — with unique features, optimizations, and improvements.

https://pluto-lang.org

License:MIT License


Languages

Language:C++ 86.0%Language:C 8.4%Language:Lua 4.3%Language:Makefile 0.9%Language:PHP 0.3%