|
A, B, C, ... D ! The Programming Language |
|
|
|
D is a (relatively) new addition to the C family of programming languages, intended as a successor to C++ but also incorporating ideas and improvements from other C-like languages such as Java and C#. It is an object-oriented, garbage-collected, systems programming language that is compiled to executable rather than bytecode.
What are its features?
- Binary C Compatibility
- Systems Programming
- Lexicial, Syntactic, and Semantic Clarity
- Design-by-Contract and Automatic Testing
- Removal of Archaic Features
Read more about D on the article on ownews.com.
D specifications on digitalmars.com
|
| |