Difference between revisions of "Coming From"
(coming from) |
(Programming in D for C/C++ Programmers) |
||
Line 15: | Line 15: | ||
== Specific Language == | == Specific Language == | ||
* [[ComingFrom/BASICVariants | BASIC]] | * [[ComingFrom/BASICVariants | BASIC]] | ||
− | * [ | + | * [http://dlang.org/ctod.html Programming in D for C Programmers] |
− | * [ | + | * [http://dlang.org/cpptod.html Programming in D for C++ Programmers] |
* [[ComingFrom/CSharp | C#]] | * [[ComingFrom/CSharp | C#]] | ||
* [[ComingFrom/Delphi | Delphi]] | * [[ComingFrom/Delphi | Delphi]] | ||
Line 23: | Line 23: | ||
* [[ComingFrom/Python | Python]] | * [[ComingFrom/Python | Python]] | ||
* [[ComingFrom/Ruby | Ruby]] | * [[ComingFrom/Ruby | Ruby]] | ||
− | |||
== Porting == | == Porting == |
Revision as of 21:47, 23 November 2012
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
- BASIC
- Programming in D for C Programmers
- Programming in D for C++ Programmers
- C#
- Delphi
- Eiffel
- Java
- Python
- Ruby
Porting
If you are interested in converting your code to D start by looking at the Porting Overview.