diff options
author | Eugen Wissner <belka@caraus.de> | 2017-08-15 18:37:59 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-19 07:10:30 +0700 |
commit | 8d72a147914cb72a1c3762c2d368d14dea5a7c81 (patch) | |
tree | 725a4f73a3575c66a2bc1c9c47bf53700ff6cb52 /development/dmd/README | |
parent | 1fbec0b2a73d153dd301030894ee98c3f6670a6b (diff) |
development/dmd: Updated for version 2.075.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dmd/README')
-rw-r--r-- | development/dmd/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/dmd/README b/development/dmd/README index 43c5eedc978a6..13e7d11395e06 100644 --- a/development/dmd/README +++ b/development/dmd/README @@ -1,5 +1,5 @@ Official reference D compiler. -D is a systems programming language with C-like syntax and static -typing. It combines efficiency, control and modeling power with -safety and programmer productivity. +D is a general-purpose programming language with static typing, systems-level +access, and C-like syntax. It combines efficiency, control and modeling power +with safety and programmer productivity. |