|
|
|
|
|
by aviraldg
5132 days ago
|
|
I'm still in High School. It's extremely boring. As for the "deeper in the stack bit", I've gone all the way down to assembler (don't ask, I wanted to program for the Game Boy; wouldn't do it again even if someone paid me a lot of $$$) Never been too good with people though, but I'm working on it. :) |
|
As for 'deeper in the stack', well, learning assembly in various guises is a good first step. Understanding how the pieces fit together, and how to make things faster is the next. I'm not sure if you're ready to start absorbing Knuth and the Art of Computer Programming (for reference, I'm not sure I am either), but that might be a good start too.
Oh, and another thing: understand the math. Learn the math behind this computer stuff. Understand how to measure the complexity and cost of a given algorithm. Something that might help there is Project Euler. It's something I enjoy hacking on when I have free time.
<-- hopes my children learn to code like you have.