- How To Code Pascal - http://www.allegro.com/papers/htpp.html
A long paper on how to write good Pascal code based on the 4 P's of programming: philosophy, performance, problems, and portability.
- Khaan's Place - http://www.algonet.se/~khaan/
Source code, tutorial, chat room, help page, and links to pages about Turbo Pascal.
- Pascal Central - http://www.pascal-central.com/
Technical information, source code, forums and links. Focuses on the Macintosh development platform, but includes some good information about Pascal in general.
- PasScript (AstroScript) - http://www.passcript.com/
An interpreter of a vast subset of the Object Pascal language which supports all Object Pascal data types except interfaces.
- IRC #pascal.no - http://loonix.technigga.net/
FAQ, people, operators, rules. Also contain sources and tools.
- Pascal Starting Page - http://www.merlyn.demon.co.uk/pascal.htm
A good starting point for information about Pascal. Links to FAQs, random-number routines, and optimization, as well as information specific to the Turbo Pascal compiler.
- Klaus Hartnegg Pascal Page - http://www.brain.uni-freiburg.de/~klaus/pascal/
Information about solving Runtime error 200 in Borland Pascal and breaking the 64KB limit. Also source code, mostly interfaces with hardware.
- paxPascal - http://www.paxscript.com/
Implements a subset of Object Pascal and extends it with a few extra features, including namespaces, dynamic record and array types, inheritance for record types. It's one of the languages of the paxScript scripting engine which allows the cross-language integration.
- FAQ Pascal - http://borlpasc.narod.ru/english/faqs/ogl.htm
Answers on frequently asked questions in Turbo Pascal.
- Pascal forum at Tek-Tips - http://www.tek-tips.com/threadminder.cfm?pid=935
Technical support forums and mutual help system for Pascal programmers.
|