It is an object script language not a programming language, but you can use it as programming language.
But "A new language should bring something new to the table.", Until now it is just training to build language or teaching my self D language.
The idea behind it, it is not use any of reserved words it is kind of challenge, only signs (symbols), only objects there is no "void", "var", "let" "function" or "procedure" or even "if", "else" or "while". But we can implement "if" or "while" internally by define it as internal object (not yet).
This project synchronized to D
https://github.com/parmaja/p-sard/
To continue read INTRODUCE.md
D v2.079+ http://dlang.org DMD2
https://github.com/parmaja/d-minilib
https://github.com/robik/ConsoleD/tree/master/source
or
https://github.com/adamdruppe/arsd/blob/master/terminal.d
The SARD script is open-sourced software licensed under the MIT license