|
|
|
|
|
by jrockway
6105 days ago
|
|
Javascript is essentially a less-functional version of Python, Perl, and Ruby -- but with many annoying bugs. (Variable scoping, for one.) If you want to learn about prototype-based OO systems, fine, but there's a reason that only JavaScript (and Self) use prototype-based OO :P C should be learned so that you are not tempted to ever use it for anything important. |
|