Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
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 5
    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

    Programming in Scala, Fifth Edition

    Posted By: l3ivo
    Programming in Scala, Fifth Edition

    Odersky, Martin, Spoon, Lex, Venners, Bill, Sommers, Frank, "Programming in Scala, Fifth Edition"
    English | 2021 | ISBN: 0997148004 | 668 pages | True PDF | 16.7 MB

    This book is the authoritative tutorial on the Scala programming language, co-written by the language's designer, Martin Odersky. This fifth edition is a major rewrite of the entire book, adding new material to cover the many changes in Scala 3.0. In fact we have added so much new material that we split the book into two volumes. This volume, Programming in Scala, is a tutorial of Scala and functional programming. The second volume, Advanced Programming in Scala, which will be released as a PrePrint™ soon, is a deep dive into advanced aspects of Scala 3. The changes and new features covered in this book include:

    Quiet (indentation-sensitive) control syntax
    Intersection and union types
    Enums and Algebraic Data Types (ADTs)
    Context parameters and given instances
    Trait parameters and transparent traits
    Universal apply methods
    Extension methods
    Multiversal equality
    Export clauses
    main functions