Talk:Object-oriented programming language
From Wikipedia, the free encyclopedia
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.
[edit] is java an complete object oriented language????
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
[edit] Is this page helpful ?
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)
[edit] OOP Is A Sub Set of LAMBDA
Look at this Code Implements OOP in Pure R5RS scheme.