Links
Mirrors
These web pages are known to be mirrored at the following sites:
- The Original site is in Belgium(maintained by Michael Van Canneyt)
- A US mirror is available at freepascal.mirror.download.it(maintained by www.download.it)
- A second US mirror is available at freepascal.mirror.fileplanet.com(maintained by fileplanet.com)
Free Pascal related projects that contain an IDE or development tools
- Lazarus is a project that aims to develop a Delphi clone using the Free Pascal Compiler. This projects includes a rapid development IDE based on its own class library the LCL which adapts to GTK+ on Linux and Win32.
- OpenSibyl is a project that aims to deliver Delphi-like RAD tool primarily for OS/2 using Free Pascal Compiler. The complete set of OS/2 features should be made available, not just the most portable common set - this is what makes it different from Lazarus.
Other Free Pascal related sites
- Pascal Game Development is a website dedicated to develop computer games in the Pascal language.
- FreePascal.ru: Informacionnyj portal dlya razrabotchikov na Free Pascal & Lazarus & MSE
- Script for converting FPC & Lazarus released binaries to Slackware packages
- Freepascal support page by Carl Eric Codère, contains some experimental versions of Free Pascal, pre-built cross-compilers for Win32 platforms, as well as general information on FPC.
- Pasdoc by Marco Schmidt, Johannes Berg and Carl Eric Codère, is a tool for documenting your source code that generates HTML and LaTeX documentation directly from the sources.
- Here you can find a nice pascal tutorial. It covers basic pascal, but does not treat Object Oriented Programming.
- Free Pascal meets SDL contains lots of information on how to develop Simple Direct Media Layer applications using Free Pascal.
Other Pascal Pages
- Udemy has some courses on Pascal that use free pascal.
- The pascal Yacc and Lex home page for information on the yacc and lex programs for pascal.
Programming information
DJGPP is the central information source for GNU C for MS-DOS and programming with Go32v2. It provides lots of Unix alike utils plus some more that are DOS specific. Further it provides documentation on most of the Unix tools plus further information on AT&T assembler coding.