《Programming Scala》其实有两本,另一本是 O'Reilly Media 出版的。下面这本国内有中译版,叫作《Scala程序设计:Java虚拟机多核编程实战》,在我看的几本Scala著作中,这本算是最易懂的。

介绍:
The increasing popularity and availability of multicore 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 multicore 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.
我的博客:http://leeing.org
随着多核处理器的普及,开发者面临新的挑战。本书介绍如何使用Scala进行高效并发编程,克服传统多线程带来的问题,实现更高级别的抽象。通过学习Scala,读者能够掌握简洁且高度表达性的编程方式,有效应对并发问题。
1422

被折叠的 条评论
为什么被折叠?



