scala 学习心得
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scala 学习心得相关的知识,希望对你有一定的参考价值。
- scala 安装步骤
- 文件下载地址:www.scala-lang.org(Please report bugs at https://issues.scala-lang.org/. We welcome contributions at https://github.com/scala/scala)
- 解压缩文件,在该文件的bin目录下运行如下命令
-
- scala Scala interactive interpreter
- scalac Scala compiler
- fsc Scala resident compiler
- scaladoc Scala API documentation generator
- scalap Scala classfile decoder -
We recommend adding the full path of the `bin` directory to the `PATH`
environment variable.
-
以上是关于scala 学习心得的主要内容,如果未能解决你的问题,请参考以下文章