Neoluma A Language for Everything

High-level, all-purpose programming language designed for scalability, from small scripts to operating systems. Bridge low-level control with high-level productivity.

First alpha release coming in 2025!

C++ power with LLVM Backend
🔧 Syntax familiar to JS and Python
🚀 Native performance: At the speed of light!*
*Does not include teleportation power or productivity faster than binary.
main.nm
@entry
fn main() {
    name = "Neoluma";
    print("Hello, ${name}!") // Hello, Neoluma!
}