Scala

twitter 的 scala 教程:
Scala School:
[url]http://twitter.github.io/scala_school/[/url]
Effective Scala:
[url]http://twitter.github.io/effectivescala/#Types%20and%20Generics-Type%20aliases[/url]


A Scala Tutorial for Java programmers:
[url]http://www.scala-lang.org/docu/files/ScalaTutorial.pdf[/url]


Scala Tutorial:
[url]http://www.tutorialspoint.com/scala/index.htm[/url][quote]

[/quote]


keywords
[url]http://dominiksymonowicz.blogspot.com/2013/09/scala-notes-8-keyword-list-reserved.html[/url]


Scala By Example
[url]http://www.scala-lang.org/docu/files/ScalaByExample.pdf[/url]


Useful sbt commands:

# download all sources & javadoc of jars.如果需要为导入到 eclipse 中的 scala 项目的依赖 jars 自动关联 srcs,请在项目的 build.sbt 文件中添加(参见 http://stackoverflow.com/questions/10472840/how-to-attach-sources-to-sbt-managed-dependencies-in-scala-ide):
# EclipseKeys.withSource := true
$ sbt update-classifiers
# 使用 sbteclipse 时,terminal 下(http://stackoverflow.com/questions/13803459/how-to-use-sbt-from-behind-proxy):
$ export SBT_OPTS="$SBT_OPTS -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=8087"



[color=red][size=medium][b]Concurrency in Scala:[/b][/size][/color]
Two concurrency implementations in Scala:
[url]http://stackoverflow.com/questions/4477809/why-is-scala-good-for-concurrency[/url]
thread-based concurrency (or shared-state concurrency): derived from Java
Actor-based concurrency (actor concurrency model): inspired by Erlang.

[b]关于 Actor-based concurrency:[/b]
Concurrency in Erlang & Scala: The Actor Model:
[url]https://savanne.be/articles/concurrency-in-erlang-scala/[/url]
[url]http://www.javaworld.com/article/2077999/java-concurrency/understanding-actor-concurrency--part-1--actors-in-erlang.html[/url]
[url]http://www.javaworld.com/article/2078020/java-concurrency/understanding-actor-concurrency-part-2-actors-on-the-jvm.html[/url]
[url]https://practicingruby.com/articles/gentle-intro-to-actor-based-concurrency[/url]
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值