null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Get Programming with Scala

List Price: $59.99
SKU:
9781617295270
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Daniela Sfregola
    Format:
    Paperback
    Pages:
    560
    Publisher:
    Manning (September 7, 2021)
    Language:
    English
    ISBN-13:
    9781617295270
    ISBN-10:
    1617295272
    Weight:
    31.68oz
    Dimensions:
    7.375" x 9.25" x 1.2"
    File:
    Eloquence-SimonSchuster_04022026_P9912986_onix30_Complete-20260402.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    Case Pack:
    14
    As low as:
    $53.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    The perfect starting point for your journey into Scala and functional programming.

    Summary
    In Get Programming in Scala you will learn:

        Object-oriented principles in Scala
        Express program designs in functions
        Use types to enforce program requirements
        Use abstractions to avoid code duplication
        Write meaningful tests and recognize code smells

    Scala is a multi-style programming language for the JVM that supports both object-oriented and functional programming. Master Scala, and you'll be well-equipped to match your programming approach to the type of problem you're dealing with. Packed with examples and exercises, Get Programming with Scala is the perfect starting point for developers with some OO knowledge who want to learn Scala and pick up a few FP skills along the way.

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

    About the technology
    Scala developers are in high demand. This flexible language blends object-oriented and functional programming styles so you can write flexible, easy-to-maintain code. Because Scala runs on the JVM, your programs can interact seamlessly with Java libraries and tools. If you’re comfortable writing Java, this easy-to-read book will get you programming with Scala fast.

    About the book
    Get Programming with Scala is a fast-paced introduction to the Scala language, covering both Scala 2 and Scala 3. You’ll learn through lessons, quizzes, and hands-on projects that bring your new skills to life. Clear explanations make Scala’s features and abstractions easy to understand. As you go, you’ll learn to write familiar object-oriented code in Scala and also discover the possibilities of functional programming.

    What's inside

        Apply object-oriented principles in Scala
        Learn the core concepts of functional programming
        Use types to enforce program requirements
        Use abstractions to avoid code duplication
        Write meaningful tests and recognize code smells

    About the reader
    For developers who know an OOP language like Java, Python, or C#. No experience with Scala or functional programming required.

    About the author
    Daniela Sfregola is a Senior Software Engineer and a Scala user since 2013. She is an active contributor to the Scala Community, a public speaker at Scala conferences and meetups, and a maintainer of open-source projects.

    Table of Contents

    Unit 0 HELLO SCALA!
    Unit 1 THE BASICS
    Unit 2 OBJECT-ORIENTED FUNDAMENTALS
    Unit 3 HTTP SERVER
    Unit 4 IMMUTABLE DATA AND STRUCTURES
    Unit 5 LIST
    Unit 6 OTHER COLLECTIONS AND ERROR HANDLING
    Unit 7 CONCURRENCY
    Unit 8 JSON (DE)SERIALIZATION