would it be feasable to write python DJing software

Fredrik Lundh fredrik at pythonware.com
Fri Feb 3 06:46:07 EST 2006


Ivan Voras wrote:

> > 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.

uhuh?  so why did you just argue that

    if foo.bar():
        bar.aba()

means "doing it in C" if bar and aba happens to be parts of an extension
library ?

</F>






More information about the Python-list mailing list