Logo

Scala with Cats by Noel Welsh, Dave Gurnell

Small book cover: Scala with Cats

Scala with Cats
by

Publisher: Underscore Consulting
Number of pages: 325

Description:
The main goal of this book is to teach system architecture and design using the techniques of modern functional programming. This means designing systems as small composable units, expressing constraints and interactions via the type system, and using composition to guide the construction of large systems in a way that maintains the original architectural vision.

Home page url

Download or read it online for free here:
Download link
(multiple formats)

Similar books

Book cover: Scala for the ImpatientScala for the Impatient
by - Addison-Wesley
A rapid, code-based introduction that's relentlessly practical and useful. Every concept and technique in Scala for the Impatient is presented in blog-size chunks that can be digested quickly and reviewed as needed for specific tasks.
(14585 views)
Book cover: Learning ScalaLearning Scala
by - O'Reilly Media
An introduction and a guide to getting started with functional programming development. Written for programmers who are already familiar with object-oriented (OO) development, the book introduces the reader to the core Scala syntax and its OO models.
(8643 views)
Book cover: Scala Style GuideScala Style Guide
- Scala Community
This document outlines some basic Scala stylistic guidelines which should be followed with more or less fervency. Wherever possible, this guide attempts to detail why a particular style is encouraged and how it relates to other alternatives.
(13408 views)
Book cover: Scala By ExampleScala By Example
by - EPFL
Scala is a concise, elegant, type-safe programming language that integrates object-oriented and functional features. This book is an excellent step-by-step introduction to many of the Scala features with the help of simple code examples.
(16413 views)