What should go into the C++ standard library (2018)
1–10 of 91 posts
Re: What should go into the C++ standard library (2018)
#2Re: What should go into the C++ standard library (2018)
#3Re: What should go into the C++ standard library (2018)
#4Of course, if I fail, the negative consequences are minor, people just won't use it. By contrast, having bad stuff in a standard library lasts almost forever.
Re: What should go into the C++ standard library (2018)
#5Re: What should go into the C++ standard library (2018)
#6Re: What should go into the C++ standard library (2018)
#7Re: What should go into the C++ standard library (2018)
#8Re: What should go into the C++ standard library (2018)
#9Coming from any language with a package manager to C or C++ is like a trip back to the dark ages. Sometimes homogeniety is much much better than flexibility. I too prefer a slimmer std lib with a sane package manager over batteries included (and kitchen sink, and now outdated gfx api). You might get shit like leftPad.js, but you'll also get a very very vibrant ecosystem.
I just went back to C and have spent too many hours trying to get small libraries to build and link properly. I'm pulling my hair out.
Re: What should go into the C++ standard library (2018)
#10Coming from any language with a package manager to C or C++ is like a trip back to the dark ages. Sometimes homogeniety is much much better than flexibility. I too prefer a slimmer std lib with a sane package manager over batteries included (and kitchen sink, and now outdated gfx api). You might get shit like leftPad.js, but you'll also get a very very vibrant ecosystem.