<div dir="ltr"><div dir="ltr">On Thu, Nov 26, 2020 at 6:50 AM zoujiaqing via Digitalmars-d <<a href="mailto:digitalmars-d@puremagic.com" target="_blank">digitalmars-d@puremagic.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">...<br>
## Go<br>
Must kill skill: Goroutine<br>
Availability: the standard library is powerful. IDE powerful. <br>
High GC efficiency. friendly debugging tracking tool. It is <br>
convenient to realize various functions based on standard <br>
library. Have practical pprof and other tools. But language <br>
features are too few.<br>
<br></blockquote><div><br></div><div>I agree. Google uses golang quite a lot, so it makes sense google helped with tooling for it.</div><div>What IDE do you mean? (GoLand?)</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
## D<br>
Must kill skill: It looks good?<br></blockquote><div><br></div><div>Maybe metaprograming?<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Availability: standard library is poor. Bad IDE. GC efficiency is <br>
low. Lack of friendly debugging tracking tools. Lack of pprof and <br>
other practical tools. Although the language features many but <br>
can not add popular practical features, such as await.<br></blockquote><div><br></div><div>Standard library is very general and good enought. Bad IDE (thats true). GC efficiency is <br>OK in almost all cases so I woud not say low here because it is not true. </div><div><br></div><div>Lack of friendly debugging tracking tools. Lack of pprof and other practical tools.</div><div><br></div><div>I do not use these much so can say if thats true or not, but I would think they are similar with rust</div><div><br></div><div>Although the language features many but  can not add popular practical features, such as await.<br></div><div><br></div><div>There is not need for await as a language feature maybe have it as a library</div><div><br></div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
## Summary<br>
D language must improve usability if it is to become popular!<br>
</blockquote></div></div>