Skip to content

Commit 373e8bf

Browse files
authored
Merge pull request #1616 from SethTisue/books-update
books page updates
2 parents e1d8a3d + 2942cb8 commit 373e8bf

6 files changed

+14
-25
lines changed

_books/1-programming-in-scala-3rd.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

_books/1-programming-in-scala-4th.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Programming in Scala, 4th ed"
3+
link: https://booksites.artima.com/programming_in_scala_4ed
4+
image: /resources/img/books/ProgrammingInScala.gif
5+
status: Updated for Scala 2.13
6+
authors: ["Martin Odersky", "Lex Spoon", "Bill Venners"]
7+
publisher:
8+
---
9+
10+
(First edition [available for free online reading](https://www.artima.com/pins1ed/))
11+
12+
This book is co-authored by the language's designer, Martin Odersky. It provides depth and clarity on the diverse features of the language. The book provides both an authoritative reference for Scala and a systematic tutorial covering all the features in the language. Once you are familiar with the basics of Scala you will appreciate having this source of invaluable examples and precise explanations of Scala on hand. The book is available from [Artima](https://booksites.artima.com/programming_in_scala_4ed). Award winning book - [Jolt Productivity award](https://www.drdobbs.com/joltawards/232601431) for Technical Books.

_books/3-programming-scala.md renamed to _books/2-programming-scala.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: "Programming Scala"
33
link: https://shop.oreilly.com/product/0636920033073.do
44
image: /resources/img/books/ProgrammingScala-final-border.gif
5-
status: Updated for Scala 2.11
5+
status: Updated for Scala 2.12
66
authors: ["Alex Payne", "Dean Wampler"]
77
publisher: O’Reilly
88
publisherLink: https://www.oreilly.com/
99
---
1010

11-
Both are industry experts, Alex Payne being the lead API programmer at Twitter, a social networking service based on Scala. O’Reilly, the publisher, writes: "Learn how to be more productive with Scala, a new multi-paradigm language for the Java Virtual Machine (JVM) that integrates features of both object-oriented and functional programming. With this book, you'll discover why Scala is ideal for highly scalable, component-based applications that support concurrency and distribution. You'll also learn how to leverage the wealth of Java class libraries to meet the practical needs of enterprise and Internet projects more easily."
11+
Both are industry experts, Alex Payne being the lead API programmer at Twitter, a social networking service based on Scala. O’Reilly, the publisher, writes: "Learn how to be more productive with Scala, a new multi-paradigm language for the Java Virtual Machine (JVM) that integrates features of both object-oriented and functional programming. With this book, you'll discover why Scala is ideal for highly scalable, component-based applications that support concurrency and distribution. You'll also learn how to leverage the wealth of Java class libraries to meet the practical needs of enterprise and Internet projects more easily."

_books/5-scala-in-depth.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)