Author: D. F. Brailsford
Publisher:
ISBN:
Category : ALGOL (Computer program language).
Languages : en
Pages : 296
Book Description
"This book is intended for anyone who wants to learn to write programs in Algol 68" -- Foreword.
Introductory Algol 68 Programming
Author: D. F. Brailsford
Publisher:
ISBN:
Category : ALGOL (Computer program language).
Languages : en
Pages : 296
Book Description
"This book is intended for anyone who wants to learn to write programs in Algol 68" -- Foreword.
Publisher:
ISBN:
Category : ALGOL (Computer program language).
Languages : en
Pages : 296
Book Description
"This book is intended for anyone who wants to learn to write programs in Algol 68" -- Foreword.
Report of Algorithmic Language ALGOL 68
Author: Adriaan van van Wijngaarden
Publisher: Springer
ISBN: 3662395045
Category : Computers
Languages : en
Pages : 146
Book Description
Publisher: Springer
ISBN: 3662395045
Category : Computers
Languages : en
Pages : 146
Book Description
Concepts in Programming Languages
Author: John C. Mitchell
Publisher: Cambridge University Press
ISBN: 9780521780988
Category : Computers
Languages : en
Pages : 546
Book Description
A comprehensive undergraduate textbook covering both theory and practical design issues, with an emphasis on object-oriented languages.
Publisher: Cambridge University Press
ISBN: 9780521780988
Category : Computers
Languages : en
Pages : 546
Book Description
A comprehensive undergraduate textbook covering both theory and practical design issues, with an emphasis on object-oriented languages.
An Introduction to Functional Programming Through Lambda Calculus
Author: Greg Michaelson
Publisher: Courier Corporation
ISBN: 0486280292
Category : Mathematics
Languages : en
Pages : 338
Book Description
Well-respected text for computer science students provides an accessible introduction to functional programming. Cogent examples illuminate the central ideas, and numerous exercises offer reinforcement. Includes solutions. 1989 edition.
Publisher: Courier Corporation
ISBN: 0486280292
Category : Mathematics
Languages : en
Pages : 338
Book Description
Well-respected text for computer science students provides an accessible introduction to functional programming. Cogent examples illuminate the central ideas, and numerous exercises offer reinforcement. Includes solutions. 1989 edition.
Compiler Construction
Author: William M. Waite
Publisher: Springer Science & Business Media
ISBN: 1461251923
Category : Computers
Languages : en
Pages : 459
Book Description
Compilers and operating systems constitute the basic interfaces between a programmer and the machine for which he is developing software. In this book we are concerned with the construction of the former. Our intent is to provide the reader with a firm theoretical basis for compiler construction and sound engineering principles for selecting alternate methods, imple menting them, and integrating them into a reliable, economically viable product. The emphasis is upon a clean decomposition employing modules that can be re-used for many compilers, separation of concerns to facilitate team programming, and flexibility to accommodate hardware and system constraints. A reader should be able to understand the questions he must ask when designing a compiler for language X on machine Y, what tradeoffs are possible, and what performance might be obtained. He should not feel that any part of the design rests on whim; each decision must be based upon specific, identifiable characteristics of the source and target languages or upon design goals of the compiler. The vast majority of computer professionals will never write a compiler. Nevertheless, study of compiler technology provides important benefits for almost everyone in the field . • It focuses attention on the basic relationships between languages and machines. Understanding of these relationships eases the inevitable tran sitions to new hardware and programming languages and improves a person's ability to make appropriate tradeoft's in design and implementa tion .
Publisher: Springer Science & Business Media
ISBN: 1461251923
Category : Computers
Languages : en
Pages : 459
Book Description
Compilers and operating systems constitute the basic interfaces between a programmer and the machine for which he is developing software. In this book we are concerned with the construction of the former. Our intent is to provide the reader with a firm theoretical basis for compiler construction and sound engineering principles for selecting alternate methods, imple menting them, and integrating them into a reliable, economically viable product. The emphasis is upon a clean decomposition employing modules that can be re-used for many compilers, separation of concerns to facilitate team programming, and flexibility to accommodate hardware and system constraints. A reader should be able to understand the questions he must ask when designing a compiler for language X on machine Y, what tradeoffs are possible, and what performance might be obtained. He should not feel that any part of the design rests on whim; each decision must be based upon specific, identifiable characteristics of the source and target languages or upon design goals of the compiler. The vast majority of computer professionals will never write a compiler. Nevertheless, study of compiler technology provides important benefits for almost everyone in the field . • It focuses attention on the basic relationships between languages and machines. Understanding of these relationships eases the inevitable tran sitions to new hardware and programming languages and improves a person's ability to make appropriate tradeoft's in design and implementa tion .
Revised Report on the Algorithmic Language Algol 68
Author: A. van Wijngaarden
Publisher: Springer Science & Business Media
ISBN: 3642952798
Category : Mathematics
Languages : en
Pages : 241
Book Description
The report gives a complete defining description of the international algorithmic language Algol 60.
Publisher: Springer Science & Business Media
ISBN: 3642952798
Category : Mathematics
Languages : en
Pages : 241
Book Description
The report gives a complete defining description of the international algorithmic language Algol 60.
Informal Introduction to ALGOL 68
Data Structures of Pascal, Algol 68, PL/1 and Ada
Author: Johan Lewi
Publisher: Springer Science & Business Media
ISBN: 3642702392
Category : Computers
Languages : en
Pages : 402
Book Description
This book is intended as a text for a course in programming languages. The pre requisites for such a course are insight in structured programming and knowledge as well as practical experience of at least one (e.g., Pascal) of the programming languages treated in the book. The emphasis is on language concepts rather than on syntactic details. The book covers a number of important language concepts that are related to data struc tures. The comparison of the programming languages Pascal, Algol 68, PL/1 and Ada consists in investigating how these concepts are supported by each of these languages. Interesting evaluation criteria are generality, simplicity, safety, readability and portability. The study of programming languages is based on a simple model called SMALL. This model serves as a didactic vehicle for describing, comparing and evaluating data structures in various programming languages. Each chapter centers around a specific language concept. It consists of a general discussion followed by a number of language sections, one for each of the languages Pascal, Algol 68, PL/1 and Ada. Each of these sections contains a number of illustrating program fragments written in the programming language concerned. For each program fragment in one language, there is an analogous fragment in the others. The book can be read "vertically" so that the programming languages Pascal, Algol 68, PL/1 and Ada are encountered in that order several times. A "horizontal" reading of the book would consist in selecting only those sections which only concern one language.
Publisher: Springer Science & Business Media
ISBN: 3642702392
Category : Computers
Languages : en
Pages : 402
Book Description
This book is intended as a text for a course in programming languages. The pre requisites for such a course are insight in structured programming and knowledge as well as practical experience of at least one (e.g., Pascal) of the programming languages treated in the book. The emphasis is on language concepts rather than on syntactic details. The book covers a number of important language concepts that are related to data struc tures. The comparison of the programming languages Pascal, Algol 68, PL/1 and Ada consists in investigating how these concepts are supported by each of these languages. Interesting evaluation criteria are generality, simplicity, safety, readability and portability. The study of programming languages is based on a simple model called SMALL. This model serves as a didactic vehicle for describing, comparing and evaluating data structures in various programming languages. Each chapter centers around a specific language concept. It consists of a general discussion followed by a number of language sections, one for each of the languages Pascal, Algol 68, PL/1 and Ada. Each of these sections contains a number of illustrating program fragments written in the programming language concerned. For each program fragment in one language, there is an analogous fragment in the others. The book can be read "vertically" so that the programming languages Pascal, Algol 68, PL/1 and Ada are encountered in that order several times. A "horizontal" reading of the book would consist in selecting only those sections which only concern one language.
Book Catalog of the Library and Information Services Division: Shelf List catalog
Author: Environmental Science Information Center. Library and Information Services Division
Publisher:
ISBN:
Category : Earth sciences
Languages : en
Pages : 578
Book Description
Publisher:
ISBN:
Category : Earth sciences
Languages : en
Pages : 578
Book Description
Book catalog of the Library and Information Services Division
Author: Environmental Science Information Center. Library and Information Services Division
Publisher:
ISBN:
Category :
Languages : en
Pages : 514
Book Description
Publisher:
ISBN:
Category :
Languages : en
Pages : 514
Book Description