Turbo Pascal: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
(added wp content)
 
Line 1: Line 1:
{{wikipedia|Turbo Pascal}}
{{implementation|Pascal}}{{implementation|Object Pascal}}{{stub}}
{{implementation|Pascal}}{{implementation|Object Pascal}}

'''Turbo Pascal''' is a software development system that includes a [[compiler]] and an [[IDE]] for [[Pascal]] running on [[wp:CP/M|CP/M]], [[wp:CP/M-86|CP/M-86]], and [[DOS]], developed in 1983 by [[wp:Borland|Borland]] (one of the most well-known companies that developed for developers in the 1980's and early 90's) and now owned by [[wp:Embarcadero Technologies|Embarcadero]]. From version 6 on a more expensive version called '''Borland Pascal''' was also produced that included more libraries and standard library source code. (The name "Borland Pascal" is also used more generically for Borland's dialect of Pascal.)

==External Links==
* [[wp:Turbo Pascal|Turbo Pascal on Wikipedia]]
* [https://downloads.embarcadero.com/free/turbopascal Free downloads] of 3 historical versions of Turbo Pascal from Embarcadero

Latest revision as of 11:52, 8 August 2012

This page uses content from Wikipedia. The original article was at Turbo Pascal. The list of authors can be seen in the page history. As with Rosetta Code, the text of Wikipedia is available under the GNU FDL. (See links for details on variance)
Turbo Pascal is an implementation of Pascal. Other implementations of Pascal.
Turbo Pascal is an implementation of Object Pascal. Other implementations of Object Pascal.

Turbo Pascal is a software development system that includes a compiler and an IDE for Pascal running on CP/M, CP/M-86, and DOS, developed in 1983 by Borland (one of the most well-known companies that developed for developers in the 1980's and early 90's) and now owned by Embarcadero. From version 6 on a more expensive version called Borland Pascal was also produced that included more libraries and standard library source code. (The name "Borland Pascal" is also used more generically for Borland's dialect of Pascal.)

External Links