Concepts of Programming Languages, 12/e (GE-Paperback)
Robert Sebesta
- 出版商: Pearson FT Press
- 出版日期: 2022-06-24
- 定價: $1,500
- 售價: 9.5 折 $1,425
- 語言: 英文
- 頁數: 800
- ISBN: 1292436824
- ISBN-13: 9781292436821
-
相關分類:
程式語言、Apple Developer
-
相關翻譯:
程序設計語言原理, 12/e (Concepts of Programming Languages, 12/e) (簡中版)
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
$1,362Fundamentals of Data Structures in C++, 2/e (Paperback)
-
$1,102Internetworking with TCP/IP Volume.1, 6/e (NIE-Paperback)
-
$1,700$1,700 -
$4,620$4,389 -
$1,300$1,274 -
$2,300$2,185 -
$1,980$1,881 -
$1,568Linux Observability with Bpf: Advanced Programming for Performance Analysis and Networking (Paperback)
-
$990$782 -
$800$632 -
$600$474 -
$1,650$1,568 -
$560$442 -
$1,998$1,898 -
$1,980$1,881 -
$1,460$1,387 -
$1,840Multithreaded JavaScript: Concurrency Beyond the Event Loop
-
$1,374$1,305 -
$3,340$3,173 -
$1,480$1,450 -
$1,200$1,140 -
$2,150$2,107 -
$750$495 -
$1,892Learning Systems Thinking: Essential Nonlinear Skills and Practices for Software Professionals (Paperback)
-
$1,880$1,786
相關主題
商品描述
Hallmark Features
Introduces the fundamental constructs of contemporary programming languages
• Critical evaluation of existing and future programming languages gives students the necessary tools for evaluating on their own.
• An in-depth discussion of programming language structures, presenting a formal method of describing syntax, and introducing approaches to lexical and syntax analysis prepare students for the study of compiler design.
• Coverage of advanced object-oriented topics and languages is integrated throughout.
Addresses the most up-to-date information in this field
• New - New material on Swift, a contemporary programming language, is now part of several chapters.
• New - Section on Delphi now included in Chapter 2.
• New - Section on optional types is included in Chapter 6.
• New and Updated - Content describing iterations in Python are part of Chapter 8.
• Revised - To ensure the material remains relevant to students, sections on outdated languages (specifically Lua and Objective-C) have been removed.
• Revised - Sections of Chapter 5 have been rewritten to improve and clarify the material.
Provides a historical context for learning different programming languages
• Historical boxes and interviews with James Gosling, Larry Wall, Alan Cooper, Bjarne Stroustrup, and others put the material in context.
• Valuable historical foundations that set out the origins, purposes, and contributions of the most important languages discussed in the rest of the text are introduced early on.
• In-depth discussions of the design issues faced by the early versions of relevant languages are presented in later chapters.
New and Updated Features
Addresses the most up-to-date information in this field
• New material on Swift, a contemporary programming language, is now part of several chapters.
• Section on Delphi now included in Chapter 2.
• Section on optional types is included in Chapter 6.
• Content describing iterations in Python are part of Chapter 8.
• To ensure the material remains relevant to students, sections on outdated languages (specifically Lua and Objective-C) have been removed.
• Sections of Chapter 5 have been rewritten to improve and clarify the material.
目錄大綱
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