Nova

The cross-platform programming language you control

Get Started

Nova is a Python-style language with Lua-style syntax, compiled to bytecode and executed with nvr. Use nvpm to manage libraries.

Download Nova Documentation

Features

Quick Example

import stdlib

name = "Sheldi"
print("Hello, ", name)

Links