Dino is an interpreted, dynamically typed langauge with 'weird' syntax.
File Extension: ".dno"
NOTE: this project is not affiliated at all with https://github.com/dino-lang/dino.
When building the code yourself use make.ps1 in root and when publishing use publish.ps1 in root.
Docs: https://github.com/ChristopherAliprantis/dinolang/wiki/
example:
CODE:
print(+(6, 7));
OUTPUT:
13