On Sat, Apr 17, 2021 at 3:20 AM <[email protected]> wrote: > > The benefits: > > 1. You will link with high quality libstdc++ with lots of reusable containers > without writing your own "buggy" one. > 2. C++ is much much more maintainable than pure C. It drastically increase > number of contributors that what like writing high quality and maintainable > code without reinventing the wheel. >
Citations please? > My personal stop of contributing in CPython is that it is written in pure C !! A lot of CPython is actually written in Python. There's plenty that you can contribute to without writing a single line of C code, if you so desire. ChrisA _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/SWGOS4SA5IDUFRYSJRQQQR7RQPAP7RSK/ Code of Conduct: http://python.org/psf/codeofconduct/
