Hands-on Scala Programming
豆瓣
Learn the Scala Language in a practical, project-based way
Li Haoyi
简介
Hands-on Scala Programming teaches you how to use the Scala programming language in a practical, project-based fashion. This book is designed to quickly teach an existing programmer everything they need to build all sorts of production applications, taking you from "hello world" to building interactive websites, parallel web crawlers, and distributed applications in Scala. In the process you will learn how to use the Scala language to solve challenging problems in an elegant and intuitive manner.
目录
Chapter 1: Hands-on Scala
Chapter 2: Setting Up
Chapter 3: Basic Scala
Chapter 4: Scala Collections
Chapter 5: Notable Scala Features
Chapter 6: Implementing Algorithms in Scala
Chapter 7: Files and Subprocesses
Chapter 8: JSON and Binary Data Serialization
Chapter 9: Self-Contained Scala Scripts
Chapter 10: Static Build Pipelines
Chapter 11: Scraping Websites
Chapter 12: Working with HTTP APIs
Chapter 13: Fork-Join Parallelism with Futures
Chapter 14: Simple Web and API Servers
Chapter 15: Querying SQL Databases
Chapter 16: Message-based Parallelism with Actors
Chapter 17: Multi-Process Applications
Chapter 18: Building a Real-time File Synchronizer
Chapter 19: Parsing Structured Text
Chapter 20: Implementing a Programming Language