Hacker News new | ask | show | jobs
by Longhanks 2818 days ago
Well, CPython is C89, that level of compatibility is hard to beat.
1 comments

I suppose many readers of HN already know this, but CPython is the name of the original and most popular implementation of Python; it is the implementation found at python.org. It is written in C and hence is called CPython.