Pearson+

Concepts of Programming Languages, 12th edition

  • Robert W. Sebesta
loading

  • Watch and learn
    Watch and learn

    Videos & animations bring concepts to life

  • Listen on the go
    Listen on the go

    Learn how you like with full eTextbook audio

  • Find it fast
    Find it fast

    Quickly navigate your eTextbook with search

  • Stay organized
    Stay organized

    Access all your eTextbooks in one place

  • Easily continue access
    Easily continue access

    Keep learning with auto-renew

Concepts of Computer Programming Languages evaluates the fundamentals of contemporary computer programming languages. It introduces students to the fundamental concepts of computer programming languages and provides them with the tools necessary to evaluate contemporary and future languages. Through a critical analysis of design issues, the text teaches students the essential differences between computing with specific languages, while the in-depth discussion of programming language structures also prepares them to study compiler design.

The 12th Edition includes new material on contemporary languages like Swift and Python. To ensure the material remains relevant to you, sections on outdated languages (specifically Lua and Objective-C) have been removed.

Published by Pearson (June 21st 2018) - Copyright © 2019

ISBN-13: 9780135102268

Subject: Programming - Introductory

Category: Additional Programming Languages

  1. Preliminaries
  2. Evolution of the Major Programming Languages
  3. Describing Syntax and Semantics
  4. Lexical and Syntax Analysis
  5. Names, Bindings, and Scopes
  6. Data Types
  7. Expressions and Assignment Statements
  8. Statement-Level Control Structures
  9. Subprograms
  10. Implementing Subprograms
  11. Abstract Data Types and Encapsulation Constructs
  12. Support for Object-Oriented Programming
  13. Concurrency
  14. Exception Handling and Event Handling
  15. Functional Programming Languages
  16. Logic Programming Languages