Linked by Thom Holwerda on Sun 25th Sep 2005 12:05 UTC, submitted by Luis Gonzalez

Thread beginning with comment 36098
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Member since:
2005-09-14
From page 1 of "Compilers: Principles, Techniques, and Tools":
"Simply stated, a compiler is a program that reads a program written in one language - the source language - and translates it into an equivalent program in another language - the target language."
So, python being the source language, and C++ the target language, this is a compiler by definition.