Jump to content

Free Pascal

From EDM2
Revision as of 11:25, 21 February 2017 by Ak120 (talk | contribs) (Author)

An open source multi-platform and multi-target Pascal compiler for 32-bit and 64-bit CPU architectures such as Intel 32 bit, AMD 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, ISO Pascal and a few other variants. It supports a number of operating systems as hosts and targets, including DOS, Linux, Windows, OS/2, FreeBSD, NetBSD and OpenBSD, Novell NetWare, Mac OS classic, Mac OS X and MorphOS, although it should be noted that implementation quality and differ widely amongst target platforms.

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 more than 1800 pages of documentation.

The Run-Time code is licensed under a modified version of the LGPL v2.1, which allows its use with closed source software, commercial applications or open source software with other licenses.

Development of the package started in the latter half of the 1990's and it was then named FPK-Pascal after primary author Florian P. Klaempf. It has always been notoriously slow in compiling and in code execution vis-a-vis highly optimised commercial competitors, however with modern hardware this is not much of a concern.

Version

  • Current version: 3.0.0 (2015-11-21)
  • Commonly used: 2.6.4 (2014-03-06)

Prerequisites

Links

License

The compiler is open source licensed under the GPL v2

Related Articles

Publications

Author

  • Florian P. Klaempfl (Original author)
  • Prokushev (OS/2 Port)
  • Søren Ager (Portions of the TCP/IP socket library)