Foundations of programming languages [electronic resource]
- 作者: Lee, Kent D.
- 其他作者:
- 其他題名:
- Undergraduate Topics in Computer Science.
- 出版: Cham : Springer International Publishing :Imprint: Springer
- 叢書名: Undergraduate Topics in Computer Science.
- 主題: Programming languages (Electronic computers) , Computer science , Programming Languages, Compilers, Interpreters.
- ISBN: 9783319133140 (electronic bk.) 、 9783319133133 (paper)
- FIND@SFXID: CGU
- 資料類型: 電子書
-
讀者標籤:
- 系統號: 005125840 | 機讀編目格式
館藏資訊
This clearly written textbook introduces the reader to the three styles of programming, examining object-oriented/imperative, functional, and logic programming. The focus of the text moves from highly prescriptive languages to very descriptive languages, demonstrating the many and varied ways in which we can think about programming. Designed for interactive learning both inside and outside of the classroom, each programming paradigm is highlighted through the implementation of a non-trivial programming language, demonstrating when each language may be appropriate for a given problem. Features: includes review questions and solved practice exercises, with supplementary code and support files available from an associated website; provides the foundations for understanding how the syntax of a language is formally defined by a grammar; examines assembly language programming using CoCo; introduces C++, Standard ML, and Prolog; describes the development of a type inference system for the language Small.