Python Written in C?

Mensanator mensanator at aol.com
Sun Jul 20 22:31:23 EDT 2008


On Jul 20, 7:37�pm, Roy Smith <r... at panix.com> wrote:
> In article
> <a9620c65-49c6-4fe7-9cbe-de3779ec3... at 59g2000hsb.googlegroups.com>,
>
> �Mensanator <mensana... at aol.com> wrote:
> > C isn't a high level language, that's part of its problem.
>
> C is the highest level assembler language

Isn't that like bragging about being the smartest
kid on the short bus?

> I've ever used. �And I've used a
> few. �It really is cool that you can add two 32-bit integers and not have
> to worry about all those carry bits.

Carry bits? Who worries about carry bits when you have
unlimited precision arithmetic? You want cool?
THIS is cool:

j = ((invert(xyz[1]-xyz[0],xyz[1]**(k-1))*(xyz[1]**(k-1)-prev_gen[2]))
% xyz[1]**(k-1))/xyz[1]**(k-2)




More information about the Python-list mailing list