Pascal is an influential computer programming language named after the mathematician Blaise Pascal. It was invented by Niklaus Wirth in 1968 as a research project into the nascent field of compiler theory.
About
- Target demographic
- Adolescent and adult programming novices
- Scope
- Standard Pascal (ISO standard 7185) and selected modern extensions.
- Description
- This books will teach high-level programming, using the programming language Pascal.
- Learning objectives
- You can analyze trivial to medium difficult programming problems, take general software engineering principles into consideration, and write POF implementations in Pascal using its strengths and knowing its limits. This book will not make a senior-level programmer out of you, but you will definitely pass any college-level introductory CS classes.
- Not covered here, but (possibly) in other Wikibooks
- Computer architecture, low-level OS interactions, specific usage of high-level libraries such as
nCurses
. - Guidelines for co‑authors
- American English spelling. Mathematical vocabulary, but explain words if they mean something special in mathematics.
- Use Unextended Pascal, ISO 7185, as your base, and go from there.
- Every example program is regarded and has to be by itself complete.
- Responsible authors
- Kai Burghardt (discuss • contribs) 00:00, 11 September 2020 (UTC)
- you??
- Structure
- See, think, do: Expose the reader to beautiful code and challenge them.
Contents
Standard Pascal
- Getting started
- Beginning Pascal
- Variables and Constants
- Input and Output
- Expressions and Branches
- Routines
- Enumerations
- Sets
- Arrays
- Strings
- Records
- Pointers
- Files
- Scopes
Extensions
- Units
- Object-oriented Programing
- Exporting to libraries
- Foreign Function Interfaces
- Objective Pascal
- Generics
- Miscellaneous extensions
Appendix
- Preprocessor Functionality
- Syntax Cheat Sheet
- Appendix
- Register
Alternative resources
Tutorials, Textbooks, and the like:
- “Learn Pascal tutorial” by Tao Yue
- Doug Cooper: “Oh! Pascal!”
- (available in multiple languages) Marco Cantù: “Essential Pascal” (see § “Getting Essential Pascal“)
- (in German) Delphi Crashkurs
References, Articles on certain topics:
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.