Yahoo Malaysia Web Search

Search results

  1. Expressive. Scala lets you write less to do more. As a high-level language, its modern features increase productivity and lead to more readable code. With Scala, you can combine both functional and object-oriented programming styles to help structure programs.

  2. Scala 是一门多范式(multi-paradigm)的编程语言,设计初衷是要集成面向对象编程和函数式编程的各种特性。. Scala 运行在 Java 虚拟机上,并兼容现有的 Java 程序。. Scala 源代码被编译成 Java 字节码,所以它可以运行于 JVM 之上,并可以调用现有的 Java 类库。.

  3. Scala has the same compiling model as Java and C#, namely separate compiling and dynamic class loading, so that Scala code can call Java libraries. Scala's operational characteristics are the same as Java's. The Scala compiler generates byte code that is nearly identical to that generated by the Java compiler.

  4. Scala 进展. Scala 改进过程. 描述涉及语言的过程,和所有 Scala 改进提案 (SIPs)的列表。. 成为 Scala OSS 贡献者. 从头到尾:发现你如何帮助 Scala 开源生态系统。. Documentation. Getting Started.

  5. Scala也是一种函数式语言,其函数也能当成值来使用。Scala提供了轻量级的语法用以定义匿名函数,支持高阶函数,允许嵌套多层函数,并支持柯里化。Scala的case class及其内置的模式匹配相当于函数式编程语言中常用的 代数类型 ( 英语 : Algebraic type ) 。

  1. People also search for