On Thu, 20 Oct 2016 20:25:40 +0000, Karabuta wrote: > Dependencies upon dependencies. Each package comes along with its own > dependencies. I give up nodejs, you win. Now I am investing my time in > Vibe.d which I hope ...
Nothing prevents you from doing the same types of things with D. However, dub lets you have subpackages, so there's less reason to have hugely granular packages. You can publish a `babel` package for people to use instead of having each downstream consumer list out nine different dependencies within the project. In your example, that would cut down probably 10-15 dependencies, but you'd still have about 25 left.