Free Pascal: Difference between revisions
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
A [[Pascal]] compiler for 32-bit and 64-bit CPU architectures such as Intel 32/64 bit, AMD 32/64 bit, SPARC, PowerPC and Intel ARM. It is language compatible with Turbo Pascal, Delphi (up to version 7), and partly compatible with Metrowerks Pascal and ISO Pascal. It supports | A [[Pascal]] compiler for 32-bit and 64-bit CPU architectures such as Intel 32/64 bit, AMD 32/64 bit, SPARC, PowerPC and Intel ARM. It is language compatible with Turbo Pascal, Delphi (up to version 7), and partly compatible with Metrowerks Pascal and ISO Pascal. It supports a number of operating systems including [[DOS]], [[Linux]], Windows, OS/2, FreeBSD, NetBSD and OpenBSD, Novell Netware, Mac OS classic, Mac OS X and MorphOS. | ||
It comes with a cross-platform Run-Time Library, many interfaces to existing libraries, and a large set of non-visual classes in the Free Component Library. Last but not least, a text-mode IDE exists on various platforms, and FPC comes with 1800 pages of documentation. | It comes with a cross-platform Run-Time Library, many interfaces to existing libraries, and a large set of non-visual classes in the Free Component Library. Last but not least, a text-mode IDE exists on various platforms, and FPC comes with 1800 pages of documentation. | ||
Line 8: | Line 8: | ||
==Version== | ==Version== | ||
'''* Latest version:''' 2.6.4 (2014-03-06) | '''* Latest version:''' 2.6.4 (2014-03-06) | ||
====Prerequisites==== | |||
* [[EMX]] | |||
==Links== | ==Links== | ||
'''* Official Site:''' http://www.freepascal.org | '''* Official Site:''' http://www.freepascal.org | ||
==License== | ==License== | ||
The compiler is open source | The compiler is open source licensed under the [[GPL v2]] | ||
==Related Articles== | ==Related Articles== | ||
* [[Free Pascal Compiler Review]] | * [[Free Pascal Compiler Review]] | ||
Line 22: | Line 21: | ||
==Publications== | ==Publications== | ||
* [http://www.ecomstation.com/news.phtml?action=fullnews&id=1046 See full announcement at eComStation.com] | * [http://www.ecomstation.com/news.phtml?action=fullnews&id=1046 See full announcement at eComStation.com] | ||
==Author== | |||
* Florian P. Klaempfl (Original author) | |||
[[Category:Tools]][[Category:DOS Tools]][[Category:MS Windows Tools]][[Category:Pascal]][[Category:BSD Tools]][[Category:Linux Tools]][[Category:MAC OSX Tools]][[Category:Solaris Tools]][[Category:BeOS Tools]][[Category:Nintendo Tools]][[Category:Open Source Software]][[Category:Software written in Pascal]] | [[Category:Tools]][[Category:DOS Tools]][[Category:MS Windows Tools]][[Category:Pascal]][[Category:BSD Tools]][[Category:Linux Tools]][[Category:MAC OSX Tools]][[Category:Solaris Tools]][[Category:BeOS Tools]][[Category:Nintendo Tools]][[Category:Open Source Software]][[Category:Software written in Pascal]] |
Revision as of 16:56, 30 April 2015
Description
A Pascal compiler for 32-bit and 64-bit CPU architectures such as Intel 32/64 bit, AMD 32/64 bit, SPARC, PowerPC and Intel ARM. It is language compatible with Turbo Pascal, Delphi (up to version 7), and partly compatible with Metrowerks Pascal and ISO Pascal. It supports a number of operating systems including DOS, Linux, Windows, OS/2, FreeBSD, NetBSD and OpenBSD, Novell Netware, Mac OS classic, Mac OS X and MorphOS.
It comes with a cross-platform Run-Time Library, many interfaces to existing libraries, and a large set of non-visual classes in the Free Component Library. Last but not least, a text-mode IDE exists on various platforms, and FPC comes with 1800 pages of documentation.
The Run-Time code is licensed under a modified version of the Library General Public License, which allows to use it in closed source commercial applications.
Version
* Latest version: 2.6.4 (2014-03-06)
Prerequisites
Links
* Official Site: http://www.freepascal.org
License
The compiler is open source licensed under the GPL v2
Related Articles
Publications
Author
- Florian P. Klaempfl (Original author)