Doesn't GC, @nogc, safe, nothrown, * get in the way of getting things done?

aberba karabutaworld at gmail.com
Thu Jun 11 11:28:07 UTC 2020


In D we have so many programming models and I'm noticing this has 
become a problem in itself.

For a example should a new HTTP library become safe, or unsafe, 
gc or no gc? Template or no templates, reference counting?? 
@live??

So unless its a third party library deciding to go with whatever 
they want, its going to end up in an immposible to match up to 
the technical expectations of everyone.

Phobos is a mix of several models which sometimes fight against 
each other. And this never gets solved cus its impossible.

What becomes the ideal trade-off??




More information about the Digitalmars-d mailing list