"《Scala編程》(Programming Scala: Scalability = Functional Programming + Objects)英文文字版/更新源代碼[PDF]"介紹
中文名: Scala編程
原名: Programming Scala: Scalability = Functional Programming + Objects
作者: Dean Wampler
Alex Payne
圖書分類: 軟件
資源格式: PDF
版本: 英文文字版/更新源代碼
出版社: O'Reilly
書號: 978-0-596-15595-7
發行時間: 2009年09月
地區: 美國
語言: 英文
簡介:
內容介紹:Learn how to be more productive with Scala, a new multi-paradigm language for the Java Virtual Machine (JVM) that integrates features of both object-oriented and functional programming. With this book, you'll discover why Scala is ideal for highly scalable, component-based applications that support concurrency and distribution.
Programming Scala clearly explains the advantages of Scala as a JVM language. You'll learn how to leverage the wealth of Java class libraries to meet the practical needs of enterprise and Internet projects more easily. Packed with code examples, this book provides useful information on Scala's command-line tools, third-party tools, libraries, and available language-aware plugins for editors and IDEs.
內容截圖: 目錄:
Chapter 1 Zero to Sixty: Introducing Scala
Chapter 2 Type Less, Do More
Chapter 3 Rounding Out the Essentials
Chapter 4 Traits
Chapter 5 Basic Object-Oriented Programming in Scala
Chapter 6 Advanced Object-Oriented Programming In Scala
Chapter 7 The Scala Object System
Chapter 8 Functional Programming in Scala
Chapter 9 Robust, Scalable Concurrency with Actors
Chapter 10 Herding XML in Scala
Chapter 11 Domain-Specific Languages in Scala
Chapter 12 The Scala Type System
Chapter 13 Application Design
Chapter 14 Scala Tools, Libraries, and IDE Support