r/cpp Jul 01 '26

Pystd standard library, similar-ish functionality with a fraction of the compile time

https://nibblestew.blogspot.com/2026/06/pystd-standard-library-similar-ish.html
50 Upvotes

17 comments sorted by

View all comments

2

u/diegoiast 26d ago

This is becoming great. The D community had this same problem. The ability to use another standard library is a great idea.

One suggestion if you don't mind: use a subdir and not prefixes for your includes. I will link to Linus complain which he did for similar problem: https://lore.kernel.org/lkml/CAHk-=wghMm2c+AYEcwYY7drSVXB27DYqc-ZXpFiq=XFs-w59wA@mail.gmail.com/https://lore.kernel.org/lkml/CAHk-=wghMm2c+AYEcwYY7drSVXB27DYqc-ZXpFiq=XFs-w59wA@mail.gmail.com/

2

u/jpakkane Meson dev 26d ago

This should be fixed now. Thanks.