Comment Re:Smells of a Fake (Score 1) 833
Even worse, tom's-a-cold, the post is confusing a language definition with its implementation. Python is a language definition. CPython and JPython are implementations of that definition. Python for .Net is an implementation of that language.
CPython is a scripting implementation.
A Python for .Net compiler exists.
OTOH, C is typicallly implemented as a compiled language, but C interpreters do exist (CTerp).