Possible Duplicates:
Am I “wasting” my time learning C and other low level stuff ?
Is knowing some basic low-level stuff essential to all programmers?
Lots of people recommend to me learning a low-level programming such as Forth, C, or even Assembler, but I'm still a little uncertain of the actual importance of learning a low-level language such as this. I already understand the basics of memory management, compilers and interpreters (and parsers and lexers), pointers, data structures etc.
If we have object-oriented, reflective, dynamic, fast, clever, memory-managed languages such as Ruby, Python or PHP, then why do we even need to learn a lower level language?
