[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Capabilities of Pygame



You can check put my repository for  pygame examples https://github.com/ankur0890/Pygame-Examples-For-Learning

On Sat, Jan 14, 2012 at 4:33 AM, R. Alan Monroe <amonroe@xxxxxxxxxxxxxxx> wrote:
> FORTRAN is still used in some circles because it's
> still very fast for number crunching.

A bit off topic, but I've seen this bit of folk wisdom repeated online
for a long time and have always been skeptical. How does a C command
that gets compiled to a CPU's MUL instruction differ in any way from a
Fortran command that also gets compiled to that same CPU's same MUL
instruction? Honest question.

Alan