Future of D

a11e99z black80 at bk.ru
Tue Dec 15 18:10:53 UTC 2020


On Tuesday, 15 December 2020 at 17:45:20 UTC, a11e99z wrote:
> On Sunday, 13 December 2020 at 19:33:30 UTC, Max Haughton wrote:
>> I really think properly killing the GC would give us a big 
>> boost in fresh blood to the community. It would still be 
>> there, but it's a huge turn off to new users. That and a bit 
>> of blog-spam, I constantly see articles for new languages that 
>> are (frankly) a bit rubbish compared to various D features but 
>> because they are post-(new generation of languages) they are 
>> "cooler"
>
> my blahbalh

if u see problem in GC u can make
   RC-string,
   RC-array,
   RC-hashtable and
   RC-ptr
that will close 80% ur and newbies (as u think) needs.

string_impl {
    char* ptr; // -4 is RC
    int start, len;
};
u can use it as span too.
GC will left for lambdas only.

2..4 weeks job that will close 12+years talks.


More information about the Digitalmars-d mailing list