Scala for the impatient /
Scala is a modern programming language for the Java Virtual Machine (JVM) that combines the best features of object-oriented and functional programming languages. Using Scala, you can write programs more concisely than in Java, as well as leverage the full power of concurrency. Since Scala runs on t...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Upper Saddle River, N.J. :
Addison-Wesley Professional,
[2012]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- The basics
- Control structures and functions
- Arrays
- Maps and tuples
- Classes
- Objects
- Packages and imports
- Inheritance
- Files and regular expressions
- Traits
- Operators
- Higher-order functions
- Collections
- Pattern matching and case classes
- Annotations
- XML processing
- Type parameters
- Advanced types
- Parsing
- Actors
- Implicits
- Delimited continuations.