GNU Pascal
{{Short description|Compiler for the Pascal programming language}}
{{Infobox software
| name = GNU Pascal
| title =
| logo = GnuPascal.svg
| logo caption = GNU Pascal logo
| logo_size =
| logo_alt =
| screenshot =
| caption =
| screenshot_size =
| screenshot_alt =
| collapsible =
| author = Jukka Virtanen, Peter Gerwinski, Frank Heckenbach, Waldek Hebisch
| developer =
| released = Provides no regular releases.
| discontinued = Yes
| latest release version = 2.1
| latest release date = {{Start date and age|2007|09|04|df=yes/no}}
| latest preview version =
| latest preview date =
| status =
| programming language = C (compiler), C and Pascal (runtime)
| operating system = Cross-platform
| platform =
| size =
| language =
| language count =
| language footnote =
| genre = Compiler
| license = GPL{{Cite web|url=http://www.gnu-pascal.de/gpc/h-gnu.html|title=The GNU project}}
}}
GNU Pascal (GPC) is a Pascal compiler composed of a frontend to GNU Compiler Collection (GCC), similar to the way Fortran and other languages were added to GCC. GNU Pascal is ISO 7185 compatible, and it implements most of the ISO 10206 Extended Pascal standard.[http://www.gnu-pascal.de/gpc/Welcome.html#Welcome GPC Manual]
The major advantage of piggybacking GNU Pascal on the GCC compiler is that it is instantly portable to any platform the GCC compiler supports. However since GPC is a frontend, it does have to adapt if major changes are done to GCC (like a major new version). Typically, new major versions are adopted only slowly (still mostly at 3.x, with 4.x experimental builds). This is probably one of the reasons why developers are looking at a C targeting backend.
In July 2010 a developer [https://web.archive.org/web/20140714170318/http://fjf.gnu.de/gpc-future.html publicly asked opinion] (it vanished from the web between July 2014 and June 2015) on the future of GNU Pascal, due to developer shortage and maintenance issues as a GCC port. There was a [https://web.archive.org/web/20150908094319/http://www.g-n-u.de/pipermail/gpc/2010-July/thread.html lively discussion on the maillist] where the developers seemed to lean towards reimplementing in C++ with a C code generating backend. The maillist went to sleep again, and {{As of|2016|12|lc=on}} no further releases or announcements about the future course of the project have been made.
Dev-Pascal is a graphical IDE that supports GNU Pascal.
See also
{{Portal|Free and open-source software}}
Notes
{{reflist}}
External links
- [https://wiki.freepascal.org/GNU_Pascal GNU Pascal info at freepascal.org wiki]
- [http://www.standardpascal.org Standard Pascal] – Resources and history of original, standard Pascal
- [http://www.standardpascal.org/pug.html Pascal User's Group Newsletters] – An early Pascal history resource containing many letters from Wirth and others concerning Pascal
- [http://www.swissdelphicenter.ch/en/niklauswirth.php Pascal and its Successors] – An article by Niklaus Wirth about the development of Pascal, Modula-2 and Oberon
{{GNU}}
{{Pascal programming language family}}
Category:Software using the GNU General Public License
Category:Pascal (programming language) compilers
Category:Pascal programming language family
Category:Procedural programming languages
Category:Statically typed programming languages
Category:Structured programming languages
{{compu-prog-stub}}