-
libCat
🐈⬛ A runtime for C++26 w/out libC or POSIX. Smaller binaries, only arena allocators, SIMD, stronger type safety than STL, and value-based errors!
I'm working on a library that replaces both C++ and C/POSIX standard libraries (https://github.com/Cons-Cat/libCat), but even then I need to define a few std:: namespace symbols for some features. In the case of std::initializer_list, my answer is just don't use that feature, because you don't really need it.
-
JetBrains
Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
Why Janet?
-
C++ is essentially unusable without incurring undefined behavior because of it's failure to handle type punning.
-
CamelCase for C++?
-
Competitive programmer using c++, but absolutely ignorant of other things the language can do here. What else can c++ do?
-
Software disenchantment - why does modern programming seem to lack of care for efficiency, simplicity, and excellence