D Programming Language is a Multi-Paradigm System, Imperative, Object-Oriented Programming Language. It is redesigned some core features of C++ and D language. It has also taken features from many other language like Java, python, Ruby C# etc. The aim of designing this language is to combine the features of compiled language with the safety and expression power of modern dynamic language. D codes are similar to C++ but mean while it is short and memory safe.
It was developed by Walter Bright of Digital Mars in 2001. It can run on Unix-like, Window, Mac Operating System.
The Given example will find the factorial of numbers
ulong factorial(ulong n) { if(n < 2) return 1; else return n * factorial(n - 1); }
Assignment Writing Help
Engineering Assignment Services
Do My Assignment Help
Write My Essay Services