Difference between revisions of "Pascal"

From Free Pascal wiki
Jump to navigationJump to search
m
(added a couple of quotes and a link - try to 'sell' it a bit more :))
Line 1: Line 1:
 
{{Pascal}}
 
{{Pascal}}
  
'''Pascal''' is a programming language designed by [[Niklaus Wirth]] in the 1970's.
+
'''Pascal''' is a programming language designed by [[Niklaus Wirth]] in the 1970's. It was intended for general use, and, due to its readable syntax and structured code, is suitable for educational purposes.
  
It was originally intended as a tool to allow people to learn how to program, but because of the popularity of various implementations such as the original [[UCSD Pascal]] in the 1980s, and Borland International's development of the [[Turbo Pascal]] for the MS-DOS and [[Microsoft Windows]] [[operating system]]s, [[Delphi]] for Microsoft Windows, and the [[Kylix]] implementation of Delphi for Linux, the Pascal programming language has become powerful enough to be used for general purpose application program development.
+
''"Occasionally, it has been claimed that Pascal was designed as a language for teaching. Although this is correct, its use in teaching was not the only goal. In fact, I do not believe in using tools and formalisms in teaching that are inadequate for any practical task."'' - Niklaus Wirth, from the 1984 ACM A.M. Turing award lecture.
  
Examples of how powerful the Pascal language is include  
+
Because of the popularity of various implementations such as the original [[UCSD Pascal]] in the 1980s, and Borland International's development of the [[Turbo Pascal]] for the MS-DOS and [[Microsoft Windows]] [[operating system]]s, [[Delphi]] for Microsoft Windows, and the [[Kylix]] implementation of Delphi for Linux, the Pascal programming language has become powerful enough to be used for general purpose application program development.
 +
 
 +
Examples of how powerful the Pascal language is include -
 
*The original UCSD Pascal compiler, and most of the run-time system, were themselves written in Pascal.
 
*The original UCSD Pascal compiler, and most of the run-time system, were themselves written in Pascal.
 
*The development of Borland International's Turbo Pascal version 6, in which the program editor and integrated development environment were written in Pascal.
 
*The development of Borland International's Turbo Pascal version 6, in which the program editor and integrated development environment were written in Pascal.
 
*The framework created as part of Turbo Pascal 6 for users to design certain applications similar to the program editor, which was called [[Turbo vision]], was also written in Pascal.
 
*The framework created as part of Turbo Pascal 6 for users to design certain applications similar to the program editor, which was called [[Turbo vision]], was also written in Pascal.
 
*This [[Compiler|compiler]], the FPC Pascal Compiler, is itself written in Pascal.
 
*This [[Compiler|compiler]], the FPC Pascal Compiler, is itself written in Pascal.
 +
 +
Pascal is a compiled language as fast and capable as C, and now features Object Oriented features that bring it up to date. Free Pascal with the Lazarus IDE provides a great way to develop GUI applications easily and freely, that most other alternatives cannot match.
 +
 +
''"I can do everything in Pascal that can be done in C, but in a more elegant manner."'' - Ingemar Ragnemalm, noted shareware author and author.
 +
 +
A good defence of Pascal's capabilities can be found at [http://pascal-central.com/ppl/chapter4.html]
  
 
== language pascal ==
 
== language pascal ==

Revision as of 14:10, 28 September 2012

Deutsch (de) English (en) español (es) suomi (fi) français (fr) Bahasa Indonesia (id) italiano (it) português (pt)

Pascal is a programming language designed by Niklaus Wirth in the 1970's. It was intended for general use, and, due to its readable syntax and structured code, is suitable for educational purposes.

"Occasionally, it has been claimed that Pascal was designed as a language for teaching. Although this is correct, its use in teaching was not the only goal. In fact, I do not believe in using tools and formalisms in teaching that are inadequate for any practical task." - Niklaus Wirth, from the 1984 ACM A.M. Turing award lecture.

Because of the popularity of various implementations such as the original UCSD Pascal in the 1980s, and Borland International's development of the Turbo Pascal for the MS-DOS and Microsoft Windows operating systems, Delphi for Microsoft Windows, and the Kylix implementation of Delphi for Linux, the Pascal programming language has become powerful enough to be used for general purpose application program development.

Examples of how powerful the Pascal language is include -

  • The original UCSD Pascal compiler, and most of the run-time system, were themselves written in Pascal.
  • The development of Borland International's Turbo Pascal version 6, in which the program editor and integrated development environment were written in Pascal.
  • The framework created as part of Turbo Pascal 6 for users to design certain applications similar to the program editor, which was called Turbo vision, was also written in Pascal.
  • This compiler, the FPC Pascal Compiler, is itself written in Pascal.

Pascal is a compiled language as fast and capable as C, and now features Object Oriented features that bring it up to date. Free Pascal with the Lazarus IDE provides a great way to develop GUI applications easily and freely, that most other alternatives cannot match.

"I can do everything in Pascal that can be done in C, but in a more elegant manner." - Ingemar Ragnemalm, noted shareware author and author.

A good defence of Pascal's capabilities can be found at [1]

language pascal