-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove all references to unsupported rewrite rules
- Loading branch information
1 parent
a815e66
commit 750bcf6
Showing
61 changed files
with
2,195 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM ruby:3.0.5 | ||
|
||
RUN gem install bundler:2.4.7 | ||
RUN gem install bundler:2.4.21 | ||
|
||
WORKDIR /srv/jekyll | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: "Scala for the Impatient" | ||
link: https://horstmann.com/scala/ | ||
image: /resources/img/books/scala_for_the_impatient.jpg | ||
status: Updated for Scala 3 | ||
authors: ["Cay Horstmann"] | ||
publisher: Addison-Wesley Professional | ||
publisherLink: https://www.oreilly.com/publisher/addison-wesley-professional/ | ||
--- | ||
|
||
What you get: | ||
|
||
* Up to date coverage of Scala 3 | ||
* A rapid introduction to Scala for programmers who are competent in another language such as Java, C#, Python, JavaScript, 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 |
File renamed without changes.
File renamed without changes.
12 changes: 5 additions & 7 deletions
12
_books/4-functional-programming-in-scala.md → _books/7-functional-programming-in-scala.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
--- | ||
title: "Functional Programming in Scala" | ||
link: https://www.manning.com/books/functional-programming-in-scala | ||
image: /resources/img/books/FPiS_93x116.png | ||
status: Covers Scala 2; Scala 3 version in early-access | ||
authors: ["Paul Chiusano", "Rúnar Bjarnason"] | ||
link: https://www.manning.com/books/functional-programming-in-scala-second-edition | ||
image: /resources/img/books/FPiS_93x116.jpg | ||
status: Updated for Scala 3 | ||
authors: ["Michael Pilquist", "Paul Chiusano", "Rúnar Bjarnason"] | ||
publisher: Manning | ||
publisherLink: https://www.manning.com/ | ||
--- | ||
|
||
"Functional programming (FP) is a style of software development emphasizing functions that don't depend on program state... Functional Programming in Scala is a serious tutorial for programmers looking to learn FP and apply it to the everyday business of coding. The book guides readers from basic techniques to advanced topics in a logical, concise, and clear progression. In it, you'll find concrete examples and exercises that open up the world of functional programming." | ||
|
||
Foreword by Martin Odersky. | ||
|
||
The [Scala 3 version](https://www.manning.com/books/functional-programming-in-scala-second-edition), co-authored by Michael Pilquist, is in early-access as of February 2022. | ||
Forewords by Daniel Spiewak and Martin Odersky. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,7 @@ | |
{% endfor %} | ||
</tbody> | ||
</table> | ||
|
||
<div> | ||
{{content}} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.