Talk:List of object-oriented programming languages

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Untitled[edit]

Fortran 2003 has been added as an object-oriented programming language because the Fortran 2003 standard does introduce classes, with inheritance. The paper "The New Features of Fortran 2003", available online, discusses this.

is java an complete object oriented language????[edit]

java supports primitive data types.......is it allowed in a object oriented language??

and Python? because integers are objects in Python:
>>> (1).__add__(1)
2

Is this page helpful ?[edit]

Should this manual list exist ? It sits awkwardly between http://en.wikipedia.org/wiki/Object-oriented_programming and http://en.wikipedia.org/wiki/Category:Object-oriented_programming_languages

Should the OOPL category be split into two sub-categories ? Prototype-based or Class-based ?

Linking among the pages could also be clarified ... 212.137.45.109 11:04, 19 April 2007 (UTC)[reply]

OOP Is A Sub Set of LAMBDA[edit]

Look at this Code Implements OOP in Pure R5RS scheme.

http://blake.mcbride.name/software/pos/index.html

Go (golang)[edit]

Please see https://en.wikipedia.org/wiki/Go_(programming_language).

Go presenters push the language as an object-oriented language, and I would personally classify it as OO, as well. I have an interest in seeing it on this list to ensure it isn't overlooked. — Preceding unsigned comment added by 2001:1388:805:BA56:6029:2FD:F5:B1F2 (talk) 17:19, 11 March 2014 (UTC)[reply]