Re: How about using modern C++ in development of CPython ?

Matthias Görgens <[email protected]> Mon, 17 Oct 2022 19:19:38 +0800
Newsgroups gmane.comp.python.devel
Message-ID <CA+X7ob9UfFH7h1sq5sqwQAosd+Xq2AZieTjSDmDS=hDtLzkojw@mail.gmail.com>
CPython is written (mostly) in C.

There's Jython written in Java. There also IronPython written on C#.

Feel free to write your own Python implementation in C++. Could be fun!