Difference between revisions of "Coming From"
(→Specific Language) |
(→General Comparison) |
||
Line 11: | Line 11: | ||
* [http://dlang.org/comparison.html Feature List] | * [http://dlang.org/comparison.html Feature List] | ||
* [http://rosettacode.org/wiki/Category:D Rosetta Code: D category] | * [http://rosettacode.org/wiki/Category:D Rosetta Code: D category] | ||
+ | * [https://p0nce.github.io/d-idioms/ Idioms for D] | ||
== Specific Language == | == Specific Language == |
Revision as of 11:42, 26 April 2015
When coming from another language it is good to find out where D stands in relation to it. There is the feature list which states if a feature exists or not and possibly an explanation. For a side-by-side comparison of many languages: Languages vs D or you can look at code snippets of from Rosetta Code.
A very superficial way to find out the popularity of D in relation to other languages can is at the Tiobe Index website.
For information about syntactical differences or gotchas when coming from another language choose your language below.
General Comparison
Specific Language
- Programming in D for C Programmers
- Programming in D for C++ Programmers
- How does D improve on C++ 17?
- C#
- Delphi or Pascal
- Eiffel
- Java
- Python
- Ruby
- Basic
Porting
If you are interested in converting your code to D start by looking at the Porting Overview.