www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Future of D language

reply Arjunkumar <kumararjun678904 gmail.com> writes:
I am title bit confuse about learning D Lang and is it well good 
for future point of view. Currently in a market many of language 
is present, so why people learn D Lang and any site which provide 
best tutorials for D Lang?
Apr 23 2019
next sibling parent Andre Pany <andre s-e-a-p.de> writes:
On Wednesday, 24 April 2019 at 05:22:35 UTC, Arjunkumar wrote:
 I am title bit confuse about learning D Lang and is it well 
 good for future point of view. Currently in a market many of 
 language is present, so why people learn D Lang and any site 
 which provide best tutorials for D Lang?
For me, D allows me to express directly the ideas in my mind, which makes me extremely productive. Other languages feels like fighting against the language, while D supports me. I am able to write high quality, printable software in an incredibly short amount of time. Ali's book is a very good start, it can be downloaded for free or it can be bought as print version, depending what you prefer more. http://ddili.org/ders/d.en/index.html Kind regards Andre
Apr 23 2019
prev sibling next sibling parent Cym13 <cpicard purrfect.fr> writes:
On Wednesday, 24 April 2019 at 05:22:35 UTC, Arjunkumar wrote:
 I am title bit confuse about learning D Lang and is it well 
 good for future point of view. Currently in a market many of 
 language is present, so why people learn D Lang and any site 
 which provide best tutorials for D Lang?
The reason I use D is because I like having one language that I can use for most tasks without having to worry that I might have to switch to another language later. If I need something low level I can do C-like programming and interface easily with C libraries. If I need something high level I can do that, if I want more safety guarantees that I'm not writing bugs D can help with that, if I need to port a program from another language D is likely to support its style already so porting is easier, producing executables for linux or windows is very easy, etc. Is it the best at something? I don't know, probably not, but it's good enough at everything that I can use it without worrying too much about the futur of my project. It's not all perfect though, the language itself is quite big and growing, bugs exists (well, what project doesn't have bugs?) and library support is not as extensive as some other langages. But it served me well so far.
Apr 23 2019
prev sibling parent Vijay Singh <khatrivijaysingh1994 gmail.com> writes:
On Wednesday, 24 April 2019 at 05:22:35 UTC, Arjunkumar wrote:
 I am title bit confuse about learning D Lang and is it well 
 good for future point of view. Currently in a market many of 
 language is present, so why people learn D Lang and any site 
 which provide best tutorials for D Lang?
Just follow these tutorials from here: https://hackr.io/tutorials/learn-d-programming-language.
Apr 25 2019