Why I Like D
aradaelli.com
Why I Like D
1–10 of 134 posts
Re: Why I Like D
#2Interesting points, but the up sides of dlang are over shadowed by the fact that rust won the hearts of many low level developers and has gotten traction. I know of a few companies that are having difficult finding skilled developers because of this.
Re: Why I Like D
#3No post body was provided.
Re: Why I Like D
#4Interesting points, but the up sides of dlang are over shadowed by the fact that rust won the hearts of many low level developers and has gotten traction. I know of a few companies that are having difficult finding skilled developers because of this.
I suppose it depends on whether you want to do something you enjoy, or follow the crowd.
Re: Why I Like D
#5BetterC got a lot of resistance at first, along the lines of who needs it. (BetterC is a subset of D that only relies on the C standard library.) But over time it has accumulated a lot of users, as being C without the troubles.
We've gone a step further with ImportC, and now C code can be imported directly into the D compiler, which makes it easy to interface D code to your existing C base.
Re: Why I Like D
#6No post body was provided.
Re: Why I Like D
#7Quoted post unavailable.
Gotta head over to Reddit for those posts.
Re: Why I Like D
#8No post body was provided.
Re: Why I Like D
#9A colleague (who is probably one of the smartest people I've met) made VectorFlow targeting D: https://github.com/Netflix/vectorflow
I've never had a chance to look at it much, but I think the magic is in the metaprogramming capabilities. It's more principled than C++ templates, more ergonomic than Scala macros, and more practical than Template Haskell. Somehow. (At least this was my impression from discussing it)
Re: Why I Like D
#10D makes a compelling promise, but it's still ongoing metamorphosis. Changes too rapidly for libraries to take root. Every time I look at it there's a "new, better way" of doing everything so all the tools and libraries are out of date, at all times. And the whole thing doesn't sound so clean and elegant anymore.