Skip to content

Commit

Permalink
Tweak site layout and text
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Feb 6, 2024
1 parent 672aa3c commit 866829a
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,32 +34,40 @@
</div>
</div>
<div class="row justify-content-center">
<div class="col-sm-8 pt-4">
<div class="col-sm-10 pt-4">
<div class="text-center">
<div><img src="part1.png" alt="A cat peering into a cardboard box with a lambda on the side."></div>
<h1 class="dark display-2">Functional Programming Strategies in Scala with Cats</h1>
<h1 class="dark display-3">Functional Programming Strategies</h1>
<h2 class="dark display-4">In Scala With Cats</h2>
</div>
</div>
<div class="col-sm-8">
<div class="text-center">
<blockquote class="blockquote dark text-justify">
<p>
Functional Programming Strategies is the evolution of Scala with Cats.
The goals for this new book include the original goals for Scala with Cats 2, hard copy and updates for Cats 2,
but expands to cover the core concepts and techniques that I've used in building software in Scala for over a decade.
<em>Functional Programming Strategies</em> is the evolution of <em>Scala with Cats</em>.
The goals for this new book include the original goals for the updated <em>Scala with Cats</em>, hard copy and updates for Cats 2,
but expand to cover the core concepts and techniques that I've used in building software in Scala for over a decade.
If I'm successful, reading this book should give anyone using Scala, or indeed any related functional language,
the toolkit to build exceptional software.

These changes took the emphasis away from type classes,
</p>
<p>
These changes take the emphasis away from type classes,
and over time I came to feel the old title no longer reflected the content of the book.
Hence a new title was needed.
As the book now focused of the idea of programming strategies,
Functional Programming Strategies was the obvious choice.
The subtitle reflects the heritage of the book, which would not exist without Scala with Cats.

Thanks to everyone who supported Scala with Cats and the new book.
As the book is now focused of the idea of programming strategies,
<em>Functional Programming Strategies</em> was the obvious choice.
The subtitle <em>In Scala with Cats</em> reflects the heritage of the book,
and the continued inclusion of material on type classes and their implementation in Cats.
</p>
<p>
Thanks to everyone who supported <em>Scala with Cats</em> and the new book.
It's been a long journey, but hopefully you'll find it has been worthwhile.
</p>
<footer class="blockquote-footer">Noel</footer>
</blockquote>

<p><small>Scala with Cats is still available in
<p><small><em>Scala with Cats</em> is still available in
<a href="dist/scala-with-cats-1.html">HTML</a>,
<a href="dist/scala-with-cats-1.pdf">PDF</a>,
and,
Expand Down

0 comments on commit 866829a

Please sign in to comment.