The whole "as capable" argument is an excuse for stupidity. If you don't find learning new programming languages to be interesting, it's your loss. All programming languages are equally capable, if they're Turing complete and have interfaces to the outside world. And most are equally capable to the point that problems' optimal asymptotic runtime is the same for all languages. (Brainfuck is one exception, since you have no random access to memory.) Only a troglodyte would care about how capable a language is; what matters is how powerful. Powerful programming languages let the programmer do more work, more accurately, in less time. C is not a powerful programming language, unless you're writing code that really wants to be fast. (Or if your operating system uses C...) C++ is a bit more powerful, since it allows more abstractions, but it uses a weird kludge in place of closures.
Cerium, if you're going to give an idiotic reason like that, it's not a problem, because you can learn Scheme instead.
Cerium - Thu Sep 01, 2005 11:21 pm
Post subject:
Twas a joke, my friend. Nothing more.
SamHughes - Fri Sep 02, 2005 4:25 pm
Post subject:
Yah, I know