Prototype-based programming

Douglas Crockford nospam at covad.net
Fri Dec 12 20:12:33 EST 2003


> JavaScript (no, don't run away!) is actually quite similar to Python
> and is prototype-based.
>
> JavaScript (ECMAScript, now) has a global object (that happens to be
> window in web browsers) that functions rather like the global
> namespace in other languages.

Right you are, John. For example,
http://www.crockford.com/javascript/inheritance.html





More information about the Python-list mailing list