NOVA is a clean, expressive, and beginner-friendly programming language designed for simplicity, readability, and learning. Built as a lightweight interpreted language, NOVA empowers students, hobbyists, and developers to write logic clearly—without worrying about complex syntax or boilerplate code.
Whether you're new to coding or teaching others, NOVA provides a minimal but powerful experience with built-in support for variables, arithmetic, conditions, loops, functions, and error handling. With a syntax inspired by Python and BASIC, it's perfect for learning how interpreters work, experimenting with new ideas, or building interactive tools.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I have finished the variables so u could store any type of int, float, string. I also added the list and some built-in functions to know the length of the list and the changes in the list. I also added the for loop and the while loop so it can iterate according to a condition. Then I added the if statement. Finally, I added functions which took a lot of time to make it recalable