Difference between revisions of "Object Pascal"

From Lazarus wiki
Jump to navigationJump to search
m (→‎See also: Updated for page name changes)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
'''Object Pascal''' is a collective term for [[Pascal]] dialects that have features which allow [[Object Oriented Programming with Free Pascal and Lazarus|object-oriented programming (OOP)]]. The first Pascal versions supporting [[Glossary#OO|OOP]] were [[Clascal]] and [[Mac Pascal|Macintosh Pascal]]. More modern implementations extend the class model as in [[Delphi]] and [[Free Pascal]].
 
'''Object Pascal''' is a collective term for [[Pascal]] dialects that have features which allow [[Object Oriented Programming with Free Pascal and Lazarus|object-oriented programming (OOP)]]. The first Pascal versions supporting [[Glossary#OO|OOP]] were [[Clascal]] and [[Mac Pascal|Macintosh Pascal]]. More modern implementations extend the class model as in [[Delphi]] and [[Free Pascal]].
 +
 +
The first implementation of Object Pascal was developed by [[Larry Tesler]] at Apple Computer in collaboration with [[Niklaus Wirth]].
  
 
== Object Pascal implementations ==
 
== Object Pascal implementations ==
Line 15: Line 17:
 
* [[WDSibyl]]/[[OpenSibyl]]
 
* [[WDSibyl]]/[[OpenSibyl]]
 
* [[Free Pascal]]
 
* [[Free Pascal]]
 +
* [[PascalABC.net]]
 
* [[Pascal Script]]
 
* [[Pascal Script]]
 
* [[Oxygene]]
 
* [[Oxygene]]
Line 31: Line 34:
  
 
== See also ==
 
== See also ==
* Tao Yue's [[Basic Pascal Tutorial]]
+
* Tao Yue's [[Basic Pascal Tutorial/ja]]
* [[Pascal History]]
+
* [[Basic Pascal Tutorial/History]]
* [[Object Oriented Programming with Free Pascal and Lazarus]]
+
* [[Object Oriented Programming with Free Pascal and Lazarus/ja]]
 +
 
 +
== References ==
 +
# Tesler, Larry (1985). "Object Pascal Report". ''Structured Language World.'' 9 (3): 10–7.
  
 
[[Category: Pascal]]
 
[[Category: Pascal]]

Latest revision as of 17:01, 30 March 2024

Object Pascal is a collective term for Pascal dialects that have features which allow object-oriented programming (OOP). The first Pascal versions supporting OOP were Clascal and Macintosh Pascal. More modern implementations extend the class model as in Delphi and Free Pascal.

The first implementation of Object Pascal was developed by Larry Tesler at Apple Computer in collaboration with Niklaus Wirth.

Object Pascal implementations

This is a (probably incomplete) list of IDEs, compilers and dialects supporting Object Pascal:

Free Pascal modes for Object Pascal

The following modes support development with Object Pascal syntax with Free Pascal:

See also

References

  1. Tesler, Larry (1985). "Object Pascal Report". Structured Language World. 9 (3): 10–7.