Programming in Scala, Third Edition 2025 pdf epub mobi 电子书


Programming in Scala, Third Edition

简体网页||繁体网页

Programming in Scala, Third Edition 2025 pdf epub mobi 电子书 著者简介

Martin Odersky is the creator of the Scala language. He is a professor at EPFL in Lausanne, Switzerland, and a founder of Typesafe, Inc. He works on programming languages and systems, more specifically on the topic of how to combine object-oriented and functional programming. Since 2001 he has concentrated on designing, implementing, and refining Scala. Previously, he has influenced the development of Java as a co-designer of Java generics and as the original author of the current javac reference compiler. He is a fellow of the ACM.

Lex Spoon is a software engineer at Semmle, Ltd. He worked on Scala for two years as a post-doc at EPFL. He has a Ph.D. from Georgia Tech, where he worked on static analysis of dynamic languages. In addition to Scala, he has helped develop a wide variety of programming languages, including the dynamic language Smalltalk, the scientific language X10, and the logic language that powers Semmle. He and his wife live in Atlanta with two cats and a chihuahua.

Bill Venners is president of Artima, Inc., publisher of the Artima Developer website (www.artima.com), and cofounder of Escalate Software, LLC. He is author of the book, Inside the Java Virtual Machine, a programmer-oriented survey of the Java platform's architecture and internals. His popular columns in JavaWorld magazine covered Java internals, object-oriented design, and Jini. Active in the Jini Community since its inception, Bill led the Jini Community's ServiceUI project, whose ServiceUI API became the de facto standard way to associate user interfaces to Jini services. Bill is also the lead developer and designer of the ScalaTest testing framework and the Scalactic library for functional, object-oriented programming. testing tool for Scala and Java developers.


Programming in Scala, Third Edition 电子书 图书目录




点击这里下载
    


想要找书就要到 本本书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2025-02-02

Programming in Scala, Third Edition 2025 pdf epub mobi 电子书

Programming in Scala, Third Edition 2025 pdf epub mobi 电子书

Programming in Scala, Third Edition 2025 pdf epub mobi 电子书



喜欢 Programming in Scala, Third Edition 电子书 的读者还喜欢


Programming in Scala, Third Edition 电子书 读后感

评分

好的一方面,这本书倒是一本很详尽细致的参考手册,scala里做一件事往往有好几种做法(一种最底层的原始做法,一种加了点语法糖的友好做法,还一种糖加多了甜的不得了的做法),这本书介绍的比较充分,并且在很多地方对这语言为什么这么设计做了解释,在读完书开始实用时碰到问...  

评分

目前是最权威的也是最好的scala书,不过有些新的syntax没有cover,发现stackoverflow上的这个集合比较有用,推荐大家看看,http://stackoverflow.com/tags/scala/info  

评分

Scala是一门复杂的语言,它在java的基础上又多出了很多的特性,看起来很像语法糖? 但这些复杂的特性背后却有着内在的统一性,最终达到了强大而不失一致。从for表达式转译,到List实现,你会发现它的内核是如此简单,但在这些基础之上构建出的强大特性,是如此美妙。 有些语...  

评分

好的一方面,这本书倒是一本很详尽细致的参考手册,scala里做一件事往往有好几种做法(一种最底层的原始做法,一种加了点语法糖的友好做法,还一种糖加多了甜的不得了的做法),这本书介绍的比较充分,并且在很多地方对这语言为什么这么设计做了解释,在读完书开始实用时碰到问...  

评分

Scala是一门复杂的语言,它在java的基础上又多出了很多的特性,看起来很像语法糖? 但这些复杂的特性背后却有着内在的统一性,最终达到了强大而不失一致。从for表达式转译,到List实现,你会发现它的内核是如此简单,但在这些基础之上构建出的强大特性,是如此美妙。 有些语...  

类似图书 点击查看全场最低价
出版者:Artima Press
作者:Martin Odersky
出品人:
页数:837
译者:
出版时间:2016-5-10
价格:USD 54.95
装帧:Paperback
isbn号码:9780981531687
丛书系列:

图书标签: Scala  编程  计算机  函数式编程  程序设计  programming  计算机科学  软件开发   


Programming in Scala, Third Edition 2025 pdf epub mobi 电子书 图书描述

This third edition brings the entire book, up to date, adding new material to cover features appearing in Scala versions 2.9 through Scala 2.12, including:

String interpolation

Functional Futures

Implicit classes

Defining new AnyVals

Typeclasses and context bounds

The latest style recommendations

SAM support in Scala 2.12

Programming in Scala, Third Edition 2025 pdf epub mobi 电子书

Programming in Scala, Third Edition 2025 pdf epub mobi 电子书
想要找书就要到 本本书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Programming in Scala, Third Edition 2025 pdf epub mobi 用户评价

评分

又是一本大块头书啊,砸下来能死10个人的那种,作为Scala之父Martin Odersky亲手执刀的著作,内容是真的详尽,有35章!几乎涵盖了Scala的所有内容,而且内容讲解透彻,由浅入深,本人感觉阅读体验比官网的要好,可以说是一本很优秀的入门书了,可以直接上手英文版

评分

因为个人 Spark 的使用场景较多, 前段时间用 Scala 实现了一个数据处理的程序, 发现代码的确简洁不少, 写起来也很 easy -- 只是实现功能并没有传说中的那么难. 因此系统性地学习下这么语言.作者是 Scala 的创建者之一, 书中阐述了一些特性和设计的原有, 也对函数式编程中的一些概念做了详尽的解释. 读完之后, 觉得没有必要读其他 Scala 的书籍.

评分

programming in scala 3rd的电子版,具体参见:http://coolbook.applinzi.com/

评分

快速阅读到3/4,java虽然啰嗦,scala也不会优雅很多,除了pattern matching 做不到之外,java8+没有明显短板。讲了很多scala的设计取舍,目前看来还有种矫枉过正的感觉,不知道kotlin如何。

评分

FP

Programming in Scala, Third Edition 2025 pdf epub mobi 电子书


分享链接









相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2025 onlinetoolsland.com All Rights Reserved. 本本书屋 版权所有