Practical Foundations for Programming Languages 是CMU教授Robert Harper 的15-312 Foundations of Programming Languages 参考教材。
2021-07-10 00:28:47 13.99MB programming programming language theory
1
Real-Time Systems and Programming Languages Ada, Real-Time Java and CReal-Time POSIX (4th Edition).pdf
2021-07-02 22:24:43 49.89MB Real-Time Systems
1
类型理论在程序设计语言的发展中起着举足轻重的作用,成熟的类型系统可以帮助完善程序设计本身,帮助运行系统检查程序中的语义错误。 要理解类型系统在程序设计语言中发挥的作用,本书将是首选读物。本书内容覆盖基本操作语义及其相关证明技巧、无类型lambda演算、简单类型系统、全称多态和存在多态、类型重构、子类型化、囿界量词、递归类型、类型算子等内容。本书既注重内容的广度,也注重内容的深度,实用性强。在引入语言的语法对象时先举例,然后给出形式定义及基本证明,在对理论的进一步研究后给出了类型检查算法,并对每种算法都给出了OCaml程序的具体实现。本书对类型理论中的概念都有详细的阐述,为读者提供了一个进一步理论学习的基础。本书内容广泛,读者可以根据自己的需要有选择地深入阅读。 本书适合从事程序设计的研究人员和开发人员,以及程序设计语言和类型理论的研究人员阅读。可作为计算机专业高年级学生、研究生的学习教材。 ------------------------------- P.S. 中文版翻译质量一般,建议同时参考英文版阅读
2021-06-14 00:07:55 36.05MB 编程语言理论 类型系统
1
Essentials of Programming Languages This book is an analytic study of programming languages. Our goal is to provide a deep,working understanding of the essential concepts of program- ming languages. These essentials have proved to be of enduring importance; they form a basis for understanding future developments in programming languages.
2021-06-05 18:43:37 3.41MB Languages
1
The study of type systems—and of programming languages from a type- theoretic perspective—has become an energetic field with major applications in software engineering, language design, high-performance compiler imple- mentation, and security. This text offers a comprehensive introduction to the fundamental definitions, results, and techniques in the area.
2021-05-30 00:21:27 1.74MB 编程语言理论 类型系统
1
Understanding Programming Languages by Cliff B. Jones .pdf
2021-05-14 09:03:48 2.16MB 编程语言
《类型与编程语言》 学FP的同学可能需要这本书
2021-05-06 13:42:32 2MB fp haskell
1
Principles of programming languages by Gilles Dowek (auth.) (z-lib.org).pdf
2021-04-29 01:39:08 1.95MB 编程语言
1
Paperback: 1200 pages Publisher: The MIT Press (August 31, 2008) Language: English ISBN-10: 0262201755 ISBN-13: 978-0262201759 Description: Hundreds of programming languages are in use today—scripting languages for Internet commerce, user interface programming tools, spreadsheet macros, page format specification languages, and many others. Designing a programming language is a metaprogramming activity that bears certain similarities to programming in a regular language, with clarity and simplicity even more important than in ordinary programming. This comprehensive text uses a simple and concise framework to teach key ideas in programming language design and implementation. The book's unique approach is based on a family of syntactically simple pedagogical languages that allow students to explore programming language concepts systematically. It takes as its premise and starting point the idea that when language behaviors become incredibly complex, the description of the behaviors must be incredibly simple. The book presents a set of tools (a mathematical metalanguage, abstract syntax, operational and denotational semantics) and uses it to explore a comprehensive set of programming language design dimensions, including dynamic semantics (naming, state, control, data), static semantics (types, type reconstruction, polymporphism, effects), and pragmatics (compilation, garbage collection). The many examples and exercises offer students opportunities to apply the foundational ideas explained in the text. Specialized topics and code that implements many of the algorithms and compilation methods in the book can be found on the book's Web site, along with such additional material as a section on concurrency and proofs of the theorems in the text. The book is suitable as a text for an introductory graduate or advanced undergraduate programming languages course; it can also serve as a reference for researchers and practitioners.
2021-04-19 12:58:39 5.02MB Design Concepts Programming Languages
1
Advanced Topics in Types and Programming Languages.pdf
2021-04-15 13:47:38 9.07MB Advanced Topics Types Programming
1