diff --git a/_books/6-hands-on-scala.md b/_books/3-hands-on-scala.md similarity index 96% rename from _books/6-hands-on-scala.md rename to _books/3-hands-on-scala.md index 7f06dc8925..ba60fbf9b6 100644 --- a/_books/6-hands-on-scala.md +++ b/_books/3-hands-on-scala.md @@ -2,7 +2,7 @@ title: "Hands-on Scala Programming" link: https://www.handsonscala.com/ image: /resources/img/books/HandsOnScala.jpg -status: Available now +status: Covers Scala 2.13 authors: ["Li Haoyi"] publisher: Li Haoyi publisherLink: http://www.lihaoyi.com diff --git a/_books/3-scala-for-the-impatient.md b/_books/3-scala-for-the-impatient.md deleted file mode 100644 index e01bcea6c0..0000000000 --- a/_books/3-scala-for-the-impatient.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Scala for the Impatient" -link: https://www.horstmann.com/scala/index.html -image: /resources/img/books/scala_for_the_impatient.png -status: Available Now -authors: ["Cay S. Horstmann"] -publisher: Addison-Wesley ---- - -What you get: - -* A rapid introduction to Scala for programmers who are competent in Java, C#, or C++ -* Blog-length chunks of information that you can digest quickly -* An organization that you'll find useful as a quick reference - -What you don't get: - -* An introduction into programming or object-oriented design -* Religion about the superiority of one paradigm or another -* Cute or academic examples -* Mind-numbing details about syntax minutiae diff --git a/_books/4-creative-scala.md b/_books/4-creative-scala.md new file mode 100644 index 0000000000..bd2007679a --- /dev/null +++ b/_books/4-creative-scala.md @@ -0,0 +1,11 @@ +--- +title: "Creative Scala" +link: https://www.creativescala.org +image: /resources/img/books/CreativeScala.png +status: Free online book +authors: ["Dave Gurnell", "Noel Welsh"] +publisher: Underscore +publisherLink: https://underscore.io +--- + +"The book for new developers who want to learn Scala and have fun. Creative Scala is aimed at developers who have no prior experience in Scala. It is designed to give you a fun introduction to functional programming. We assume you have some very basic familiarity with another programming language but little or no experience with Scala or other functional languages. We've chosen what we hope is a fun method to explore functional programming and Scala: computer graphics." diff --git a/_books/4-functional-programming-in-scala.md b/_books/5-functional-programming-in-scala.md similarity index 100% rename from _books/4-functional-programming-in-scala.md rename to _books/5-functional-programming-in-scala.md diff --git a/_books/5-scala-puzzlers.md b/_books/6-scala-puzzlers.bd similarity index 100% rename from _books/5-scala-puzzlers.md rename to _books/6-scala-puzzlers.bd diff --git a/resources/img/books/CreativeScala.png b/resources/img/books/CreativeScala.png new file mode 100644 index 0000000000..b965d9983a Binary files /dev/null and b/resources/img/books/CreativeScala.png differ