show/hide this revision's text 3 edited body

Smalltalk-80, released by Xerox in 1980, used "self" self (1980). Objective-C (early 1980s) layers Smalltalk features over C, so it uses "self" self too. Modula-3 (1988) and Python (late 1980s) follow this tradition.

C++, also dating from the early 1980s, chose "this" this instead of "self". self. Since Java was designed to be familiar to C/C++ developers, it uses "this" this too.

show/hide this revision's text 2 added 32 characters in body

Smalltalk-80, released by Xerox in 1980, used "self" (1980). Objective-C (early 1980s) layers Smalltalk features over C, so it uses "self" too. Modula-3 (1988) and Python follows (late 1980s) follow this tradition.

C++, also dating from the early 1980s, uses chose "this" instead of "self". Since Java was designed to be familiar to C/C++ developers, it chose uses "this" too.

show/hide this revision's text 1

Smalltalk-80, released by Xerox in 1980, used "self" (1980). Objective-C (early 1980s) layers Smalltalk features over C, so it uses "self" too. Python follows this tradition.

C++, also dating from the early 1980s, uses "this" instead of "self". Since Java was designed to be familiar to C/C++ developers, it chose "this" too.