Skip to content

Programming Languages Principles and Practice

Best in textbook rentals since 2012!

ISBN-10: 0534953417

ISBN-13: 9780534953416

Edition: 2nd 2003 (Revised)

Authors: Kenneth C. Louden

List price: $266.95
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

1. INTRODUCTION. What is a Programming Language? Abstractions in Programming Languages. Computational Paradigms. Language Definition. Language Translation. Language Design. 2. HISTORY. Early History: The First Programmer. The 1950s: The First Programming Languages. The 1960: An Explosion in Programming Languages. The 1970: Simplicity, Abstraction, Study. The 1980: New Directions and the Rise of Object-Orientation. The 1990s: Consolidation, the Internet, Libraries, and Scripting. The Future. 3. LANGUAGE DESIGN PRINCIPLES. History and Design Criteria. Efficiency. Regularity. Further Language Design Principles. C++: A Case Study In Language Design. 4. SYNTAX. Lexical Structure of Programming…    
Customers also bought

Book details

List price: $266.95
Edition: 2nd
Copyright year: 2003
Publisher: Course Technology
Publication date: 7/16/2002
Binding: Hardcover
Pages: 720
Size: 6.75" wide x 9.75" long x 1.25" tall
Weight: 2.398
Language: English

Kenneth C. Louden is Emeritus Professor of Computer Science and a past chair of the Department of Computer Science at San Jose State University, Silicon Valley's primary supplier of graduates to the tech industry. He has written several texts and articles on advanced topics in computer science.

Introduction
History
Language Design Principles
Syntax
Basic Semantics
Data Types
Control I - Expressions and Statements
Control II- Procedures and Environments
Modules and Abstract Data
Object-Oriented Programming
Functional Programming
Logic Programming
Formal Semantics of Programming Languages
Parallel Programming