scala-tour
scala-tour copied to clipboard
A cooler tour the same as scala language
Scala Tour
A cooler tour the same as scala language
Compile And Run
Linux/Mac:
./sbt/sbt stage
./target/start
Windows can only compile
sbt\sbt stage
view http://localhost:8080/#/welcome
Pure Text
Translate
The tour is can be translate to Chinese by these scripts:
cat webapp/index.html | scala project/translate-zh.scala > webapp/index-cn.html
cat scala-tour.md | scala project/translate-zh.scala > scala-tour-cn.md