On Fri, Nov 18, 2016 at 05:54:52PM +0000, Igor Shirkalin via Digitalmars-d-learn wrote: > The simpler - the better. > After reading "D p.l." by A.Alexandrescu two years ago I have found my > past dream. It's theory to start with. That book should be read at > least two times especially if you have asm/c/c++/python3/math/physics > background, and dealt with Watcom/Symantec C/C++ compilers (best to > Walter Bright) with very high optimization goal. No stupid questions, > just doing things. > That was preface. > Now I have server written in D for C++ pretty ancient client. Most > things are three times shorter in size and clear (@clear? suffix). All > programming paradigms were used.
Welcome, Igor! Your sentiments reflect mine years ago when I first discovered D. I came from a C/C++/Perl background. It was also Andrei's book that got me started; in those early days documentation was scant and I didn't know how to write idiomatic D code. But after I found TDPL, the rest was history. :-) > I have the same text in russian, but who has bothered russian(s)? We have a few Russians on this forum, and I can understand some Russian too. Though on this mailing list English is the language to use. > The meaning of all of that is: powerfull attractive language with > sufficient infrastructure with future. Just use it. Yes, I agree! > p.s. I'm excused for my primitive english. [...] Your English is understandable. That's good enough, I think. :-) T -- If the comments and the code disagree, it's likely that *both* are wrong. -- Christopher