Skip to content

Instantly share code, notes, and snippets.

@sami2020pro
Last active March 13, 2021 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sami2020pro/0083b053cd93b63d6c2b2fb677e9b0e0 to your computer and use it in GitHub Desktop.
Save sami2020pro/0083b053cd93b63d6c2b2fb677e9b0e0 to your computer and use it in GitHub Desktop.
Learn D language with ME
If we want to introduce D language, we can say this
D, also known as Dlang, is a multi-paradigm system programming language created by Walter Bright at Digital Mars-
-and released in 2001. Andrei Alexandrescu joined the design and development effort in 2007.
Though it originated as a re-engineering of C++, D is a distinct language.
It has redesigned some core C++ features, while also sharing characteristics of other languages,
notably Java, Python, Ruby, C#, and Eiffel.
- Wikipedia
I created a project where you can easily learn D programming language
link: https://github.com/sami2020pro/dlang-examples/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment