FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
- Title: Project Oberon: The Design of an Operating System and Compiler
- Author(s) Niklaus Wirth, Jurg Gutknecht
- Publisher: Addison-Wesley Pub (Sd) (November 1992); eBook(2005)
- Hardcover: 488 pages,
- eBook: PDF, 4.19MB
- Language: English
- ISBN-10: 0201544288
- ISBN-13: 978-0201544282
- Share This:
Project Oberon contains a definition of the Oberon Language and describes its relation to Modula-2 and the software tools developed with the system. This definitive, first-hand account of the design, development, and implementation of Oberon completes the Oberon trilogy.
About the Authors- Niklaus Wirth is a Swiss computer scientist, best known for designing several programming languages, including Pascal, and for pioneering several classic topics in software engineering. In 1984 he won the Turing Award, generally recognized as the highest distinction in computer science,[2][3] for developing a sequence of innovative computer languages.
- Project Oberon: The Design of an Operating System and Compiler (Niklaus Wirth)
- The Mirror Site (1) - PDF
- Home of Project Oberon
-
Operating Systems: Three Easy Pieces (Remzi Arpaci-Dusseau)
A book covering the fundamentals of operating systems, including virtualization of the CPU and memory, threads and concurrency, and file and storage systems. It will lead students to a deeper understanding and appreciation of modern OSes.
-
Operating Systems and Middleware: Support Controlled Interaction
Intended for juniors, seniors, and first-year graduate students, this book takes a modern approach to the traditional Operating Systems course. Students will obtain an understanding of how contemporary operating systems and middleware work
-
Compiler Construction (Niklaus Wirth)
A refreshing antidote to heavy theoretical tomes, this book is a concise, practical guide to modern compiler design and construction by an acknowledged master. Readers are taken step-by-step through each stage of compiler design.
-
Algorithms and Data Structures (Niklaus Wirth)
From the inventor of Pascal and Modula-2 comes a new version of Niklaus Wirth's classic work, Algorithms + Data Structure = Programs (PH, l975). It includes new material on sequential structure, searching and priority search trees.
-
Essentials of Compilation: An Incremental Approach in Python
A hands-on approach to understanding and building compilers using Python. Explains the essential concepts, algorithms, and data structures that underlie modern compilers and lays the groundwork for future study of advanced topics.
-
Introduction to Compilers and Language Design (Douglas Thain)
This book offers a one semester introduction into compiler construction, enabling the reader to build a simple compiler that accepts a C-like language and translates it into working X86 or ARM assembly language.
-
Compiler Design: Theory, Tools, and Examples (Seth Bergmann)
This is an introductory level text for compiler design courses, that emphasizes problem solving skills. The concepts are clearly presented with sampler problems and diagrams to illustrate the concepts.
-
Basics of Compiler Design (Torben Mogensen)
This book presents techniques for making realistic, though non-optimizing compilers for simple programming languages using methods that are close to those used in 'real' compilers, albeit slightly simplified in places for presentation purposes.
:
|
|