scala-tour icon indicating copy to clipboard operation
scala-tour copied to clipboard

A cooler tour the same as scala language

Results 6 scala-tour issues
Sort by recently updated
recently updated
newest added

这个sbt用着不太顺手,国内的网又不顺畅,尝试着把这个项目部署到docker上,但是不太顺利。 哪个哥们能做个docker的版本

文中有多处将"to"错误的翻译为"修改为", 纠正了这一点.

The url in the section of [lazy initialization](http://www.scala-tour.com/#/lazy-initialization) is out of date ``` scala val version = new ScalaCurrentVersion("https://raw.github.com/scala/scala/master/build.number") ``` master branch had been removed from scala's repo. An alternative...

http://www.scala-tour.com/#/using-actor ``` Exception in thread "main" com.typesafe.config.ConfigException$Missing: No configuration setting found for key 'akka' at com.typesafe.config.impl.SimpleConfig.findKey(SimpleConfig.java:115) at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:138) at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:150) at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:155) at com.typesafe.config.impl.SimpleConfig.getString(SimpleConfig.java:197) at akka.actor.ActorSystem$Settings.(ActorSystem.scala:135) at akka.actor.ActorSystemImpl.(ActorSystem.scala:462) at akka.actor.ActorSystem$.apply(ActorSystem.scala:110)...

Hi Yan. I'm really impress by your work. I love the fact that it's not linear (http://www.scala-tour.com/#/overview) @eranation is working on a tour of scala as well: http://scalatutorials.com/tour/tour-of-scala1.html I develop...