Hehner E. A Practical Theory of Programming 2024
Download this torrent!
Hehner E. A Practical Theory of Programming 2024
To start this P2P download, you have to install a BitTorrent client like qBittorrent
Category: Other
Total size: 4.95 MB
Added: 11 months ago (2025-03-10 23:39:06)
Share ratio: 2 seeders, 0 leechers
Info Hash: 45AB6041E3AF0E6F7BA878CD077F62F9D4A5715A
Last updated: 8 hours ago (2026-03-04 14:59:02)
Description:
Textbook in PDF format
The subject of this book sometimes goes by the names āprogramming methodologyā, āscience of programmingā, ālogic of programmingā, ātheory of programmingā, āformal methods of program developmentā, āprogramming from speciļ¬cationsā, or āveriļ¬cationā. It concerns those aspects of programming that are amenable to mathematical proof. A good theory helps us to write precise speciļ¬cations, and to design programs whose executions provably satisfy the speciļ¬cations. We will be considering the state of a computation, the time of a computation, the memory space required by a computation, and the interactions with a computation. There are other important aspects of software design and production that are not touched by this book: the management of people, the user interface, documentation, and testing. The emphasis throughout this book is on program development with proof at each step, rather than on proof after development.
Since the ļ¬rst edition of this book, new material has been added on space bounds, and on probabilistic programming. The for-loop rule has been generalized. The treatment of concurrency has been simpliļ¬ed. And for cooperation between concurrent processes, there is now a choice: communication (as in the ļ¬rst edition), and interactive variables, which are the formally tractable version of shared memory. Explanations have been improved throughout the book, and more worked examples have been added