.SCALA 文件扩展名
Scala Source Code File
| 开发者 | EPFL |
| 受欢迎程度 |
3.6 | 5 票 |
什么是 SCALA 文件?
A SCALA file is a source code file written in the Scala (Scalable language) programming language. Scala uses an object-oriented and functional approach with support of higher-order functions and nesting of function definitions.
更多信息
Scala is a Java-like programming language that can call Java methods, inherit from Java classes, implement Java interfaces, and create Java objects. The source code can be compiled to Java byte code that can run on a Java virtual machine. The language also supports optional parameters, raw strings, named parameters, and operator overloading.
注: Development of the Scala language began in 2001 in the programming methods laboratory at École polytechnique fédérale de Lausanne (EPFL) in Switzerland.