would it be feasable to write python DJing software
Ivan Voras
ivoras at __yahoo__.com_
Fri Feb 3 06:34:46 EST 2006
Fuzzyman wrote:
> Only in as much as doing anything in Python is *really* doing it in C,
> surely ?
>
> Come to that, you're **really** doing it in machine code...
I've yet to see someone calling
if a == '5':
print "it's 5"
machine code. It's the distinction on which level the program's logic is
implemented, not at which level it's executed.
More information about the Python-list
mailing list