Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Female Programmers Unite!

Name: Anonymous 2010-03-30 0:25

On behalf of my good friend Kendall, here is her compiler/interpreter tutorial just uploaded hours ago:

http://www.youtube.com/v/1XZoKXJpbVg&hl=en_US&fs=1&;

Enjoy!

Name: Anonymous 2010-03-30 1:32

>>1
Wtf. I started watching this because she's hot and I'm drunk. Go to 4:05. Check out the examples of optimization she gives:

- A preprocessor define being inlined
- Declaration of loop variables moved outside the loop

Wtf? These are not optimization at all! The preprocessor constant should be substituted BEFORE lexical analysis (according to the standard, though some compilers combine it with lexical analysis) which is long before optimization, and the declaration of loop variables makes no difference at all; they are just references to stack space which are the same whether they are in the loop or outside the loop.

In all honesty though it's really great to see an intelligent female programmer. As a career programmer, the Steve rule is incredibly depressing to me.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List