D is a systems programming language created by Walter Bright of Digital Mars. It is a strongly statically typed language, with automatic memory management and garbage collection. D is a general purpose language and is suitable for a wide range of tasks, from system programming to high-level applications. It has a syntax similar to C and C++, but with a much more powerful type system and more modern features, such as a focus on concurrent programming, object-oriented programming, and functional programming. D is often used in game development, web programming, and embedded systems. D is also used for creating high-performance applications, such as compilers and interpreters. D has a powerful metaprogramming system, allowing compile-time code generation, which makes it useful for writing domain-specific languages.
Descontinuado Sustituido por http://alternativeapp.info/software/swift-programming-language/
Great when it comes to C and C++ background.