GNU Pascal

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.[1]
The major advantage of piggybacking GNU Pascal on the GCC compiler is that it is instantly portable to any platform the GCC compiler supports.
In July 2010 a developer publicly asked opinion on the future of GNU Pascal, due to developer shortage and maintenance issues as a GCC port. There was a 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 no releases or announcements have been made since.
External links
- The GNU Pascal (GPC) website
- Standard Pascal — Resources and history of original, standard Pascal
- Pascal User's Group Newsletters — An early Pascal history resource that contains many letters from Wirth and others concerning Pascal.
- Pascal and its Successors — An article by Niklaus Wirth about the development of Pascal, Modula-2 and Oberon
- Free Pascal Compiler — A currently maintained alternative to the GNU Pascal Compiler - See also Wikipedia article on Free Pascal
Notes