Tags
Language
Tags
September 2025
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Scala: Programing in Scala, A Comprehensive Step-by-Step Guide

    Posted By: AlenMiler
    Scala: Programing in Scala, A Comprehensive Step-by-Step Guide

    Scala: Programing in Scala, A Comprehensive Step-by-Step Guide by Chiranjit Hazarika
    English | 27 Oct. 2017 | ASIN: B076YK4CJD | 213 Pages | AZW3 | 1.78 MB

    Learning a new programming language can be a daunting task, but Scala Succinctly makes it a simple matter. Author Chiranjit Hazarika (Developer cj) guides readers through the basics of Scala, from installation to syntax shorthand, so that they can get up and running quickly.
    Scala is a general-purpose language designed with both object-oriented and functional mechanisms. Scala can be used as a standalone application language, but it can also be used to develop modules for Java-based programs. The language was developed to express paradigms that are difficult to express in Java. The Scala compiler (a program called scalac.exe) uses the Java Virtual Machine (JVM) in order to compile source code to Java bytecode for execution.

    Table of Contents
    Introduction
    Variables and Values
    Expressions and Functions
    Control Structures
    Arrays and Lists
    Other Collection Types
    Classes and Objects
    Pattern Matching
    Closures
    Conclusion