Nightmare
Nightmare is a dynamically-typed, procedural programming language that aims to be fast & simple.
let user = input() as Int;
print("You were born in {2021 - user.age}")
Features of Nightmare:
- Variables
- Conditionals
- While loops
- Structs
- Functions