Josh Suereth 是Typesafe公司的一名软件工程师,它是Scala的Committer之一,也是scala-tools.org的维护者
发表于2024-12-31
Scala in Depth 2024 pdf epub mobi 电子书
P18 scala> "Hello".filter(_ != 'l') res1: String = Hello 应为 scala> "Hello".filter(_ != 'l') res1: String = Heo P19 译文:领域特定语言是用于特定领域的伪编程语言,这种语言专门用来解决手头的某个领域。 建议:领域特定语言是用于特定领域的伪编程语言,这种语言专门...
评分P18 scala> "Hello".filter(_ != 'l') res1: String = Hello 应为 scala> "Hello".filter(_ != 'l') res1: String = Heo P19 译文:领域特定语言是用于特定领域的伪编程语言,这种语言专门用来解决手头的某个领域。 建议:领域特定语言是用于特定领域的伪编程语言,这种语言专门...
评分P18 scala> "Hello".filter(_ != 'l') res1: String = Hello 应为 scala> "Hello".filter(_ != 'l') res1: String = Heo P19 译文:领域特定语言是用于特定领域的伪编程语言,这种语言专门用来解决手头的某个领域。 建议:领域特定语言是用于特定领域的伪编程语言,这种语言专门...
评分P18 scala> "Hello".filter(_ != 'l') res1: String = Hello 应为 scala> "Hello".filter(_ != 'l') res1: String = Heo P19 译文:领域特定语言是用于特定领域的伪编程语言,这种语言专门用来解决手头的某个领域。 建议:领域特定语言是用于特定领域的伪编程语言,这种语言专门...
评分P18 scala> "Hello".filter(_ != 'l') res1: String = Hello 应为 scala> "Hello".filter(_ != 'l') res1: String = Heo P19 译文:领域特定语言是用于特定领域的伪编程语言,这种语言专门用来解决手头的某个领域。 建议:领域特定语言是用于特定领域的伪编程语言,这种语言专门...
图书标签: Scala scala 函数式编程 FP 编程 Programming 计算机科学 编程语言
Summary "Scala in Depth" is a unique new book designed to help you integrate Scala effectively into your development process. By presenting the emerging best practices and designs from the Scala community, it guides you through dozens of powerful techniques example by example.About the Book Scala is a powerful JVM language that blends the functional and OO programming models. You'll have no trouble getting introductions to Scala in books or online, but it's hard to find great examples and insights from experienced practitioners. You'll find them in Scala in Depth. There's little heavy-handed theory here--just dozens of crisp, practical techniques for coding in Scala. Written for readers who know Java, Scala, or another OO language. Purchase includes free PDF, ePub, and Kindle eBooks downloadable at manning.com.What's InsideConcise, expressive, and readable code styleHow to integrate Scala into your existing Java projectsScala's 2.8.0 collections APIHow to use actors for concurrent programmingMastering the Scala type systemScala's OO features--type member inheritance, multiple inheritance, and compositionFunctional concepts and patterns--immutability, applicative functors, and monads ==================================================Table of ContentsScala--a blended languageThe core rulesModicum of style--coding conventionsUtilizing object orientationUsing implicits to write expressive codeThe type systemUsing implicits and types togetherUsing the right collectionActorsIntegrating Scala with JavaPatterns in functional programming
提高自己Scala水平的一本好书,看了挺久才看完的,很多内容需要想好久
评分改天看看原版
评分讲解比较深入,不错。
评分能较为熟练写scala代码后,可以看看这本书,讲了scala与java的区别,以及scala高级特性,适合配合着spark源码一起看,这样能对整个spark和scala了解的更加深刻
评分被最后一章吸引看了一下,感觉有收获。把haskell的type class平民化的比较好。讲了一点范畴论和Monad的关系,但只讲了一小半,最想知道的没讲啊。
Scala in Depth 2024 pdf epub mobi 电子书