随笔分类 - Scala language
Scala is a programming language that provides a best-of-all-worlds experience for
developers. Java™ programmers will find that their libraries are fully interoperable with
Scala code.1 Dynamic-language users will find Scala’s concise syntax and type inferencing
a way to reduce the boilerplate needed when writing programs in Java and C#. Functional
programmers will find Scala’s powerful type system a great way to reason about code.
Scala bridges a lot of the divides in programming languages.
摘要: 先简单的介绍一下Scala语言吧。Scala是结合面向对象与函数式编程的语言,Java平台的程序员可以发现他们的类库可以完全的与Scala代码共同使用。使用C#或者Java的程序员可以发现Scala的简洁的语法以及类型推理可以减少许多样板代码。函数式语言程序员可以发现Scala强大的类型系统可以推理代码。 Scala语言的名称来源于“可伸缩性语言”(scalable ...
阅读全文

浙公网安备 33010602011771号