Principles of Programming Languages

Principles of Programming Languages

简介:

本书介绍了编程语言的研究。该材料是从约翰·霍普金斯大学的大三,大四和研究生的编程语言课程中使用的讲义演变而来的。

英文简介:

This book is an introduction to the study of programming languages. The material has evolved from lecture notes used in a programming languages course for juniors, seniors, and graduate students at Johns Hopkins University. 

The book treats programming language topics from a foundational. It is foundational in that it focuses on core concepts in language design such as functions, records, objects, and types and not directly on applied languages such as C, C++, or Java. We show how the particular core concepts are realized in these modern languages, and so the reader should emerge from this book with a stronger sense of how they are structured. 

While the book uses formal mathematical techniques such as operational semantics and type systems, it does not emphasize proofs of properties of these systems. We will sketch the intuitions of some properties but not do any detailed proofs. 

书名
Principles of Programming Languages
译名
编程语言原理
语言
英语
年份
2002
页数
160页
大小
844.24 kB
下载
pdf iconPrinciples of Programming Languages.pdf
密码
65536

最后更新:2025-04-12 23:58:00

←Introduction to newLISP

→Exploring Programming Language Architecture in Perl