Home

Awesome

<div align="center"> <img src="assets/logo.png" alt="BlueScript logo" width="250" height="250"/>

The BlueScript programming language

A general-purpose programming language that generates Lua code with a simple, convenient and powerful syntax.

Examples

issues status license

</div>

BlueScript claims to give the developer a comfortable, simple and effective programming language, with a modern and simple syntax.

BlueScript exists to improve script development with Lua.

The most basic example: "Hello World!"

fn main() {
    println("Hello World!");
}