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

    Scala in Action

    Posted By: interes
    Scala in Action

    Scala in Action by Nilanjan Raychaudhuri
    English | ISBN: 1935182757 | 2013 | EPUB | 419 pages | 12,7 MB

    Scala in Action is a comprehensive tutorial that introduces Scala through clear explanations and numerous hands-on examples. Because Scala is a rich and deep language, it can be daunting to absorb all the new concepts at once. This book takes a "how-to" approach, explaining language concepts as you explore familiar programming challenges that you face in your day-to-day work.

    About the Technology

    Scala runs on the JVM and combines object-orientation with functional programming. It's designed to produce succinct, type-safe code, which is crucial for enterprise applications. Scala implements Actor-based concurrency through the amazing Akka framework, so you can avoid Java's messy threading while interacting seamlessly with Java.

    About this Book

    Scala in Action is a comprehensive tutorial that introduces the language through clear explanations and numerous hands-on examples. It takes a "how to" approach, explaining language concepts as you explore familiar programming tasks. You'll tackle concurrent programming in Akka, learn to work with Scala and Spring, and learn how to build DSLs and other productivity tools. You'll learn both the language and how to use it.

    Experience with Java is helpful but not required. Ruby and Python programmers will also find this book accessible.

    What's Inside
    A Scala tutorial
    How to use Java and Scala open source libraries
    How to use SBT
    Test-driven development
    Debugging
    Updated for Scala 2.10

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the Author

    Nilanjan Raychaudhuri is a skilled developer, speaker, and an avid polyglot programmer who works with Scala on production systems.

    Table of Contents
    PART 1 SCALA: THE BASICS
    Why Scala?
    Getting started

    OOP in Scala

    Having fun with functional data structures

    Functional programming
    PART 2 WORKING WITH SCALA
    Building web applications in functional style

    Connecting to a database

    Building scalable and extensible components

    Concurrency programming in Scala

    Building confidence with testing
    PART 3 ADVANCED STEPS
    Interoperability between Scala and Java
    Scalable and distributed applications using Akka