e-books in Scala Programming Language category
by Alvin Alexander - AlvinAlexander.com , 2020
Scala Book provides a quick introduction and overview of the Scala programming language. The book is written in an informal style, and consists of 50 small lessons. Each lesson is long enough to give you an idea of how the language features in work.
(4620 views)
by Noel Welsh, Dave Gurnell - Underscore Consulting , 2017
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.
(4834 views)
by Jason Swartz - O'Reilly Media , 2014
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.
(9080 views)
by David Copeland - naildrivin5.com , 2010
Scala is an object-functional programming and scripting language for general software applications, statically typed, designed to concisely express solutions. This book is my own 're-telling' of the tour of Scala from the official Scala website.
(12248 views)
by Cay Horstmann - Addison-Wesley , 2011
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.
(15473 views)
- Scala Community , 2011
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.
(13863 views)
by Martin Odersky, Lex Spoon, Bill Venners - Artima Inc , 2011
Scala is an object-oriented programming language for the Java Virtual Machine. Scala is also a functional language, and combines the best approaches to OO and functional programming. This book is the authoritative tutorial on Scala programming.
(14486 views)
by Martin Odersky - EPFL , 2010
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.
(17158 views)
by Dean Wampler, Alex Payne - O'Reilly Media , 2008
The book introduces an exciting new language that offers all the benefits of a modern object model, functional programming, and an advanced type system. Packed with code examples, this comprehensive book teaches you how to be productive with Scala.
(13753 views)