You're $50 Away from Free Shipping!
Modula-2 Programming Guide for Pascal Developers - Professional Computing Book by Springer | Perfect for Software Engineers & Computer Science Students
Modula-2 Programming Guide for Pascal Developers - Professional Computing Book by Springer | Perfect for Software Engineers & Computer Science Students

Modula-2 Programming Guide for Pascal Developers - Professional Computing Book by Springer | Perfect for Software Engineers & Computer Science Students

$51.49 $93.62 -45% OFF

Free shipping on all orders over $50

7-15 days international

14 people viewing this product right now!

30-day free returns

Secure checkout

92862037

Guranteed safe checkout
amex
paypal
discover
mastercard
visa
apple pay

Description

This book describes the programming language Modula-2. It is written for people who know the Pascal language and who wish to learn Modula-2 in terms of their knowledge of Pascal. The text is divided into three parts. Part 1 introduces concepts unique to Modula-2 and thus new to Pascal programmers. Part 2 describes differences from Pascal. Part 3 defines modules which provide basic programming facilities. The appendices include a glossary and syntax diagrams. Please note that this book does not offer a complete description of the Modula-2 language; it is intended to complement Niklaus Wirth's definitive book Programming in Modula-2 (Springer-Verlag, 1983). Some readers will recognize this book as being based upon the Volition Systems Modula-2 User's Manual. Enough has changed to merit its reappearance in this more dignified form: existing material has been reorganized to improve clarity; new material has been added to improve content. This book was written with the ASE text editor. The text was produced in camera-ready form on the Scenic LaserTezt composition system. I wish to thank the following people and organizations for their contributions to the development of this book: Volition Systems, for giving me the opportunity to write about Modula-2; Jim Merritt, for reviewing an early draft; the Institut far Informatik, ETH Zarich, for publishing a series of informative technical papers on Modula-2; and finally, all the pioneer users of Volition Systems Modula-2, for their patience and foresight and support.

Reviews

******
- Verified Buyer
Modula-2 came and went in the 1980s. Meanwhile, its best features (separate compilation, Modules) were adopted and adapted for Delphi Pascal. Still, sometimes you need to adapt a Modula-2 program into modern Pascal. This book contains enough detail on Modula-2 to make that practical.Like 'C', Modula-2 has 'Standard Libraries' that it imports. This book summarizes those 'Standard Libraries' in sufficient detail that you can implement them as Pascal Units. That covers 90% of most conversion difficulties.Hopefully, you'll never need to adapt a Modula-2 system to modern code. But if you do, this book is a good place to start.