The Definition of Standard ML (The Definition of Standard Ml) (2ND)

個数:
  • ポイントキャンペーン

The Definition of Standard ML (The Definition of Standard Ml) (2ND)

  • ウェブストア価格 ¥5,891(本体¥5,356)
  • MIT Press(1997/05発売)
  • 外貨定価 US$ 30.00
  • ゴールデンウィーク ポイント2倍キャンペーン対象商品(5/6まで)
  • ポイント 106pt
  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 128 p.
  • 言語 ENG
  • 商品コード 9780262631815
  • DDC分類 005.133

Full Description


Standard ML is a general-purpose programming language designed for large projects. This book provides a formal definition of Standard ML for the benefit of all concerned with the language, including users and implementers. Because computer programs are increasingly required to withstand rigorous analysis, it is all the more important that the language in which they are written be defined with full rigor. One purpose of a language definition is to establish a theory of meanings upon which the understanding of particular programs may rest. To properly define a programming language, it is necessary to use some form of notation other than a programming language. Given a concern for rigor, mathematical notation is an obvious choice. The authors have defined their semantic objects in mathematical notation that is completely independent of Standard ML. In defining a language one must also define the rules of evaluation precisely-that is, define what meaning results from evaluating any phrase of the language. The definition thus constitutes a formal specification for an implementation. The authors have developed enough of their theory to give sense to their rules of evaluation. The Definition of Standard ML is the essential point of reference for Standard ML. Since its publication in 1990, the implementation technology of the language has advanced enormously and the number of users has grown. The revised edition includes a number of new features, omits little-used features, and corrects mistakes of definition.

Contents

Part 1 Syntax of the coreidentifiers; lexical analysis; infixed operators; derived forms; grammar; syntactic restrictions. Part 2 Syntax of modules: reserved words; identifiers; infixed operators; grammar for modules; syntactic restrictions. Part 3 Static semantics for the core: simple objects; compound objects; projection, injection and modification; types and type functions; type schemes; scope of explicit type variables; non-expansive expressions; closure; type structures and type environments; inference rules; further restrictions. Part 4 Static semantics for modules: semantic objects; type realization; signature instantiation; functor signature instantiation; enrichment; signature matching; inference rules. Part 5 Dynamic semantics for the core: reduced syntax; simple objects; compound objects; basic values; basic exceptions; function closures; inference rules. Part 6 Dynamic semantics for modules: reduced syntax; compound objects; inference rules. Part 7 Programmes. Part 8 Appendices.