Limit this search to....

A Guide to Modula-2 Softcover Repri Edition
Contributor(s): Christian, Kaare (Author)
ISBN: 1461293499     ISBN-13: 9781461293491
Publisher: Springer
OUR PRICE:   $52.24  
Product Type: Paperback - Other Formats
Published: December 2012
Qty:
Additional Information
BISAC Categories:
- Computers | Programming Languages - General
- Computers | Compilers
Dewey: 005.133
Series: Monographs in Computer Science
Physical Information: 0.93" H x 6.14" W x 9.21" (1.41 lbs) 436 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Modula-2 is a simple yet powerful programming language that is suitable for a wide variety of applications. It is based on Pascal, a successful programming language that was introduced in 1970 by Niklaus Wirth. During the 1970's Pascal became the most widely taught programming language and it gained acceptance in science and industry. In 1980 Dr. Wirth released the Modula-2 program- ming language. Modula-2 is an evolution of Pascal. It improves on the successes of Pascal while adding the MODULE - a tool for ex- pressing the relations between the major parts of programs. In ad- dition Modula-2 contains low-level features for systems program- ming and coroutines for concurrent programming. Programming languages are important because they are used to express ideas. Some programming languages are so limited that certain ideas can't be easily expressed. For example languages that lac k floating point arithmetic are inappropriate for scientific com- putations. Languages such as Basic and Fortran that lack recur- sion are unsuitable for text processing or systems programming. Sometimes a programming language is useable for a certain appli- cation but it is far from ideal. A good example is the difficulty of writing large programs in pure Pascal. Pascal is a poor language for large jobs because it lacks facilities for partitioning a program viii Preface 6