Programming Scala : tackle multicore complexity on the JVM

著者

    • Subramaniam, Venkat

書誌事項

Programming Scala : tackle multicore complexity on the JVM

Venkat Subramaniam

(The pragmatic programmers)

Pragmatic, c2008

大学図書館所蔵 件 / 2

この図書・雑誌をさがす

注記

Includes bibliographical references (p. [209]-210) and index

内容説明・目次

内容説明

The increasing popularity and availability of multi core processors is creating a whole new set of challenges - although you can enjoy true concurrency, you're now faced with higher contention and synchronization issues. Deploying an existing application on a multi core processor may bring out previously hidden concurrency issues. Java's multi-threading facility by itself isn't enough - it's a very low level abstraction. Instead, you need a paradigm that provides a higher level of abstraction to deal with concurrency. It's time to embrace Functional Programming.Scala is a hybrid Object-Oriented/Functional Programming language on the JVM. Using Scala, you can create traditional imperative programs, intermix them with Java code, and at the same time take advantage of higher levels of abstraction. You can use features that lead to concise, highly expressive code that remove the pain of dealing with concurrency. "Programming Scala" will show you the fundamentals of functional programming using Scala. Very quickly, you'll learn how this statically typed language can give you dynamic capabilities to create concise, scalable, highly capable concurrent code. Pragmatic programmers always use the right tool for the job. For concurrent programming on the Java VM, Scala is the tool, and "Programming Scala" by award-winning author Venkat Subramaniam is your guide.

「Nielsen BookData」 より

関連文献: 1件中  1-1を表示

詳細情報

  • NII書誌ID(NCID)
    BB01004788
  • ISBN
    • 9781934356319
  • 出版国コード
    us
  • タイトル言語コード
    eng
  • 本文言語コード
    eng
  • 出版地
    Raleigh
  • ページ数/冊数
    x, 221 p.
  • 大きさ
    23 cm
  • 分類
  • 件名
  • 親書誌ID
ページトップへ