Practical Clojure (1 PAP/PSC)

個数:

Practical Clojure (1 PAP/PSC)

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

Full Description

This book is the first definitive reference for the Clojure language, providing both an introduction to functional programming in general and a more specific introduction to Clojure's features. This book demonstrates the use of the language through examples, including features such as software transactional memory (STM) and immutability, which may be new to programmers coming from other languages.



Overview of functional programming and description of what sets Clojure apart from other languages
Detailed explanation of Clojure's special features
Examples of real-world tasks that are well-suited to Clojure's capabilities, starting with simple tasks and moving on to more complex applications

Contents

The Clojure Way
The Clojure Environment
Controlling Program Flow
Data in Clojure
Sequences
State Management
Namespaces and Libraries
Metadata
Multimethods and Hierarchies
Java Interoperability
Parallel Programming
Macros and Metaprogramming
Datatypes and Protocols
Performance