Tiven Wang
Wang Tiven May 03, 2018
425 favorite favorites
bookmark bookmark
share share

https://www.scala-lang.org/

https://www.scala-sbt.org/index.html

https://marketplace.visualstudio.com/items?itemName=dragos.scala-lsp

About Typesafe

Typesafe, the Scala company, provides the most scalable software platform designed for the computing architectures of the future – multicore, parallel and cloud applications. It does this through Scala, the 100 percent Java-compatible programming language created by Typesafe co-founder and CEO Martin Odersky for modern computing architectures. The company’s Typesafe Stack provides a Scala runtime and Akka middleware solution with tools to accelerate Scala development. Typesafe provides subscription support, training and services for organizations ready to bet their software architecture on Scala. Typesafe is backed by Greylock Partners and headquartered in Cambridge, Mass.

现已改名为 Lightbend Visit: https://www.lightbend.com/

本系列学习文章

我们依照 Scala 的父亲 Martin Odersky 先生给出的级别来循序渐进地学习 Scala 这门语言。

Level A1: Beginning application programmer

  • Java-like statements and expressions: standard operators, method calls, conditionals, loops, try/catch
  • class, object, def, val, var, import, package
  • Infix notation for method calls
  • Simple closures
  • Collections with map, filter, etc
  • for-expressions

Vs. Kotlin

https://www.codementor.io/jessicathornsby/kotlin-vs-scala-what-should-i-choose-instead-of-java-bwn9axvr8

https://superkotlin.com/kotlin-vs-scala/

References

Similar Posts

Comments

Back to Top