Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 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

Scala: From a Functional Programming Perspective: An Introduction to the Programming Language (Repost)

Posted By: step778
Scala: From a Functional Programming Perspective: An Introduction to the Programming Language (Repost)

Vicenç Torra, "Scala: From a Functional Programming Perspective: An Introduction to the Programming Language"
2016 | pages: 129 | ISBN: 3319464809 | PDF | 1,0 mb

This book gives an introduction to the programming language Scala. It presents it from a functional programming perspective. The book explains with detail functional programming and recursivity, and includes chapters on lazy and eager evaluation, streams, higher-order functions (including map, fold, reduce, and aggregate), and algebraic data types. The book also describes the object-oriented aspects of Scala, as they are a fundamental part of the language. In addition, the book includes a chapter on parallelism in Scala, giving an overview of the actor model.

My Link