From d6a2c2216bba4253a497dc74280e721c1f57585e Mon Sep 17 00:00:00 2001 From: Marejean Perpinosa Date: Thu, 4 Oct 2018 17:14:00 +0800 Subject: [PATCH] Updated README.md D description Added D language description. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ede4a6e4..7565160a 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ Crystal is a programming language that is still under development which aims to - [x] **D** +D is an object-oriented, imperative, multi-paradigm system programming language created by Walter Bright of Digital Mars and released in 2001. Bright was joined in the design and development effort in 2007 by Andrei Alexandrescu. + - [x] **Dart** Dart is a general-purpose programming language originally developed by Google and later has been standardized. It is used to build web, server, and mobile applications. It's getting more and more exposed through Flutter cross-platform mobile development framework. Dart is an object-oriented, class defined language using the good-old C-style syntax that can be optionally compiled into JavaScript. It supports interfaces, mixins, abstract classes, reified generics, static typing, and a sound type system.