Dandorian
Dandorian is a low-level, object-oriented, interpreted and a dynamic programming language based on .NET Framework library. Its compiler was made especially for Windows, to create small scripts that can facilitate the daily life of a person or facilitate a learn the basics of programming to anyone who wants to start programming.
Syntax
The Dandorian has the characteristic of having a quick syntax and little advanced interpreter, making it an easy language to learn. Its syntax remembers Visual Basic .NET and C#, asif it were a combination between the two languages for its own syntax.
Originally, it's expression parser was created by Pascal Ganaye, the author who gave life to their open source project that created the interpreter, so the same project was implemented and modified in Dandorian, giving life to the Dandorian syntax.
Below is a small Hello World program.
writeLn("Hello, World!")