scala学习资料

来源:互联网 发布:昊翔无人机软件 编辑:程序博客网 时间:2024/06/06 06:36

本篇会列举一些scala的学习资料,后续会不断更新


1. scala API: http://www.scala-lang.org/api/current/#package


2. twitter公司发布的scala中文教程:http://twitter.github.io/scala_school/zh_cn/index.html


3. Effective Scala: http://twitter.github.io/effectivescala/index-cn.html


4. 面向 Java 开发人员的 Scala 指南系列: http://www.ibm.com/developerworks/cn/java/j-scala/


5 Coursers scala课程:https://class.coursera.org/progfun-003/lecture/index


6. Tutorial introducing the main concepts of Scala: http://docs.scala-lang.org/tutorials/tour/tour-of-scala.html


7. A list of useful questions sorted by topic: http://stackoverflow.com/tags/scala/info


  • Books:

    • Structure and Interpretation of Computer ProgramsHarold Abelson and Gerald J. Sussman. 2nd edition. MIT Press 1996. - [Full text available online].
    • Programming in ScalaMartin Odersky, Lex Spoon and Bill Venners. 2nd edition. Artima 2010. - [Full text of 1st edition available online].

      Artima has graciously provided a 25% discount on the 2nd edition of Programming in Scala to all participants of this course. To receive the discount, simply visithttp://www.artima.com/shop/programming_in_scala_2ed and during checkout, please use the coupon code: COURSERA-ODERSKY to have the discount applied.

    • 中文资料:http://download.csdn.net/detail/liangliang8086/6697047

1 0
原创粉丝点击