Top 10 MUST KNOW programming languages if you want to be a programmer!
DISCUSS
Name:
Anonymous2005-09-22 17:13
THAT WAS VIP QUALITY
Here's my list:
1. C
That was my list.
Pure C is what lets you understand both the lower and higher level issues of programming, and it's powerful enough to be extended to implement other programming paradigms. I consider a programmer serious when I see he/she can deal with complex C code.
Of course, then you should try languages from other paradigms. I'd suggest to try at least a bit of all OOP, event-driven programming, functional programming, and more bizarre stuff like production systems, just so you fill your mind with ideas.