Twist

Twist

4 devlogs
18h 30m
•  Ship certified
Created by Mohamed Assem

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.

Timeline

Ship 2

0 payouts of shell 0 shells

Mohamed Assem

8 days ago

Mohamed Assem Covers 1 devlog and 1h 16m

I fixed a problem in the for loop

Update attachment

Ship 1

1 payout of shell 164.0 shells

Mohamed Assem

about 1 month ago

Mohamed Assem Covers 3 devlogs and 17h 14m

I have added comment to the lang and also made a website so I can use the lang on it

Update attachment

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

Update attachment

Now I can make all calculations in my programing language

Update attachment