好书推荐 好书速递 排行榜 读书文摘

Programming in Scala

Programming in Scala
作者:Martin Odersky / Lex Spoon / Bill Venners
副标题:A Comprehensive Step-by-step Guide
出版社:Artima Inc
出版年:2008-11
ISBN:9780981531601
行业:其它
浏览数:63

内容简介

Programming in Scala is the definitive book on Scala, the new language for the Java Platform that blends object-oriented and functional programming concepts into a unique and powerful tool for developers.Coauthored by the designer of the Scala language, this authoritative book will teach you, one step at a time, the Scala language and the ideas behind it.The book is carefully crafted to help you learn. The first few chapters will give you enough of the basics that you can already start using Scala for simple tasks. The entire book is organized so that each new concept builds on concepts that came before - a series of steps that promises to help you master the Scala language and the important ideas about programming that Scala embodies.A comprehensive tutorial and reference for Scala, this book covers the entire language and important libraries.

......(更多)

作者简介

......(更多)

目录

......(更多)

读书文摘

scala> implicit def intToRational(x: Int) = new Rational(x)

......(更多)

猜你喜欢

点击查看