Category:Programming language:D

From LiteratePrograms

Jump to: navigation, search

D is a systems programming language. Its focus is on combining the power and high performance of C and C++ with the programmer productivity of modern languages like Ruby and Python. Special attention is given to the needs of quality assurance, documentation, management, portability and reliability.

The D language is statically typed and compiles directly to machine code. It's multiparadigm, supporting many programming styles: imperative, object oriented, and metaprogramming. It's a member of the C syntax family, and its appearance is very similar to that of C++. For a quick comparison of the features, see this comparison of D with C, C++, C# and Java.

If you need help from other users with a program written in D, take a look at Category:Users:D:Experts, Category:Users:D:Knows, and possibly Category:Users:D:Some.


Articles in category "Programming language:D"

There are 0 articles in this category.
Views