Simple and Clean Syntax
Designed with a straightforward and clean syntax.
Run the following command in your terminal:
curl -sSL https://navi-lang.org/install | bashWe have provided Skills for AI to understand Navi & Navi Stream language syntax and semantics better. You can use these skills in your AI applications to enhance their capabilities in working with Navi code.
Run following command to add skills to your local:
$ npx skills add navi-language/naviThe following main.nv is a simple "Hello, World!" program in Navi:
fn main() throws {
println("Hello, World!");
}Run the program with the following command:
$ navi runContinue learning about Navi.