Clojure in Action (2 PAP/PSC)

個数:

Clojure in Action (2 PAP/PSC)

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

Full Description


DESCRIPTIONClojure is a relatively new version of Lisp that runs on the Java Virtual Machine. It's a functional language, which means that it's ideal for the growing need for concurrent programming and for specialized tasks like creating domain specific languages. Clojure in Action, Second Edition is a fully-revised edition that covers the new features available in Clojure 1.5. This easy-to-follow tutorial provides a rapid introduction to the Clojure language and starts by showing how to use Clojure as a general purpose language. It looks at Clojure's efficient concurrency model, which is based on the familiar database concept of Software Transactional Memory (STM) and helps readers find a new level of productivity through Clojure DSLs that run on the JVM. Using this book, readers will discover countless tips, tricks, and techniques for writing smaller, faster, and safer code. RETAIL SELLING POINTS A complete tutorial, from basics to applied techniques Easy to follow real-world applicationsNumerous hands-on practical examplesAUDIENCE This book is for programmers who have written code in languages like Java or Ruby. Experience with Lisp is useful, but not necessary. ABOUT THE TECHNOLOGY Clojure makes it easy and safe to write scalable, high-performance programs for multi-core computers, cloud-based applications, and large scale distributed systems. Clojure is also well suited to writing business tools like domain specific languages, another current trend. Because it runs on the JVM, Clojure gives programmers instant access to thousands of Java-based libraries and frameworks.