Welcome to the wacky world of Neit!
The programming language where may name = "joy"
is all you need to declare variables!
It's a high-level language where commands read like English - print Hello World
is literally just that!
Imagine a language where waiting is as simple as wait 1s
and taking input is just takein()
.
Want to make your own command words?
Just create custom aliases!
From simple scripts to complex programs, Neit grows with you - no complex syntax to learn.
Ready to code in a language that makes programming feel natural? Join us on this coding adventure with Neit!
Coding with Neit is as easy as blinking!
may name = "value"
print Hello World
wait 1s
,
wait 2m
,
wait 1hr
takein()
cmd greet (name:str){ print Hello {name}! }
if (condition) { code }
exit ok
,
exit fail
# Single line
or
## Multi line ##