.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.