Foundations of Programming Languages (Undergraduate Topics in Computer Science)

Kent D. Lee

  • 出版商: Springer
  • 出版日期: 2015-02-03
  • 售價: $2,590
  • 貴賓價: 9.5$2,461
  • 語言: 英文
  • 頁數: 354
  • 裝訂: Paperback
  • ISBN: 3319133136
  • ISBN-13: 9783319133133
  • 相關分類: Computer-Science
  • 下單後立即進貨 (約3~6週)

商品描述

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.