プログラム言語の基礎(テキスト)<br>Foundations of Programming Languages〈2014〉

個数:1
紙書籍版価格
¥10,428
  • 電子書籍
  • ポイントキャンペーン

プログラム言語の基礎(テキスト)
Foundations of Programming Languages〈2014〉

  • 著者名:Lee, Kent D.
  • 価格 ¥8,165 (本体¥7,423)
  • Springer(2015/01/19発売)
  • GW前半スタート!Kinoppy 電子書籍・電子洋書 全点ポイント30倍キャンペーン(~4/29)
  • ポイント 2,220pt (実際に付与されるポイントはご注文内容確認画面でご確認下さい)
  • 言語:ENG
  • ISBN:9783319133133
  • eISBN:9783319133140

ファイル: /

Description

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 thelanguage Small.

Table of Contents

Introduction.- Syntax.- Assembly Language.- C++.- Standard ML.- Compiling Standard ML.- Prolog.- Type Inference.- The CoCo Virtual Machine Specification.- The Standard ML Basis Library.