If you remember Pascal, you're probably dating yourself. I sure remember it. Reading this book is a real bit of nostalgia. Pascal was originally intended as a teaching language only. It's wide commercial acceptance was a bit of a surprise. Many millions of lines of commercial Pascal appeared in the 80s, and I admit I wrote a few tens of thousands of them. Funny thing was that none of the commercial Pascal compilers were pure...
0Report
This book is a complete and authorative definition of the ISO Standard Pascal language. Unlike the official ISO standards document, this is highly readable, with explanations and examples. The ISO Standard Pascal language is implemented by most of today's highest-quality compilers, including GNU Pascal, Prospero Pascal, Compaq Pascal, Dr. Pascal, and pix. The newer Extended Pascal language is a proper superset of the Standard...
0Report
The book that *defines* Pascal, the seed of the underlying Delphi language. Use it to get a concise definition for the procedural parts of Delphi, while learning linked lists, binary trees, pointers, and more. You'll have to work with this text, (i.e., think!), but it is still the most straight-forward presentation of the Pascal language.
0Report