Get Started
Nova is a Python-style language with Lua-style syntax, compiled to bytecode and executed with nvr. Use nvpm to manage libraries.
Features
- ✅ Cross-platform: Windows, Linux, macOS
- ✅ Interpreted and compiled (.nv → .nvc)
- ✅ Built-in package manager:
nvpm - ✅ Easy syntax, powerful stdlib
- ✅ CDN support for libraries
Quick Example
import stdlib
name = "Sheldi"
print("Hello, ", name)