Difference between revisions of "4/Why D"
From Worms Knowledge Base
CyberShadow (Talk | contribs) (oops) |
m |
||
Line 1: | Line 1: | ||
{{ParentArticle|[[4]]}} | {{ParentArticle|[[4]]}} | ||
− | D is a fast, compiled systems-programming language, taking the best features from C++, C#, Java, Python and others. D is very similar in syntax to C-like languages (C++, C#, Java), programmers familiar with those languages should have very little trouble learning D. D introduces a lot of features over C++ which boost programmer productivity. It has full C and partial C++ linking capabilities, thus D programs can be made to work with most C/C++ libraries. | + | D is a fast, compiled systems-programming language, taking the best features from C++, C#, Java, Python and others. Since D is very similar in syntax to C-like languages (C++, C#, Java), programmers familiar with those languages should have very little trouble learning D. D introduces a lot of features over C++ which boost programmer productivity. It has full C and partial C++ linking capabilities, thus D programs can be made to work with most C/C++ libraries. |
HostingBuddy, WebSnoop, Help, SheriffBot and the WormNAT2 proxy are written in D. Some of the code can be reused for W:A 4. | HostingBuddy, WebSnoop, Help, SheriffBot and the WormNAT2 proxy are written in D. Some of the code can be reused for W:A 4. |
Revision as of 13:54, 4 September 2010
(Up to 4)
D is a fast, compiled systems-programming language, taking the best features from C++, C#, Java, Python and others. Since D is very similar in syntax to C-like languages (C++, C#, Java), programmers familiar with those languages should have very little trouble learning D. D introduces a lot of features over C++ which boost programmer productivity. It has full C and partial C++ linking capabilities, thus D programs can be made to work with most C/C++ libraries.
HostingBuddy, WebSnoop, Help, SheriffBot and the WormNAT2 proxy are written in D. Some of the code can be reused for W:A 4.