In the age of microservices and networking in general, were D is at?

ryuukk_ ryuukk_ at gmail.com
Sun Sep 13 21:13:37 UTC 2020


On Sunday, 13 September 2020 at 20:58:04 UTC, Daniel Kozak wrote:
> On Sun, Sep 13, 2020 at 9:55 PM ryuukk_ via Digitalmars-d < 
> digitalmars-d at puremagic.com> wrote:
>
>> Hello
>>
>> ....
>>
>> So i am forced to look at github/dub packages
>>
>>
> What is wrong on this? Dub is official part of D ecosystem so  
> this is the
> right way. Just select the package you need add it to your dub 
> dependencies
> and thats all.
> There is vibe-d, hunt and maybe others packages which do what 
> you need. I
> do not see any advantages to have this in phobos.

maybe i am just a different demographic..

What i mean is the dependencies, it being a dub package, doesn't 
prevent author from pulling ton of other dependencies

If it was in the std lib, it would stay simple, without the need 
of external dependencies

And everyone could contribute making it as fast as possible, 
making all other middleware profit from the improvements by 
default


Dependencies feals heavy, the less you have, the better it is

And there is nothing wrong with dub/github, for such heave used 
kind of API, it deserve a place in the std lib in my opinion



More information about the Digitalmars-d mailing list