I haven't dealt with memory juggling
in about 9 years. Went from 'C' to
Perl and never looked back.
Well, not exactly. Sometimes you still
need to code in a certain way to ensure
efficient use of memory, and to make
sure you don't have any leaks.
But you never dance on the stack.