Skip to content

Commit 89e106a

Browse files
committed
Fix formatting of a subtitle because it rendered funky
1 parent 5a32256 commit 89e106a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

collections/_posts/2023-04-03-typelevel_toolkit.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ meta:
1111

1212
Getting started in the wondrous world of functional programming using [Typelevel libraries](https://typelevel.org/projects) can be daunting. Before you can even write your first pure "Hello, World!" you'll need to install a Java runtime, editor tooling and build tools. Then you'll need to setup some project using [sbt]() or [mill](). As an added consequence, after all the setup, the idea of using these battle-tested libraries for small scripts will seem like a chore. This is where [Typelevel Toolkit](https://typelevel.org/toolkit/) comes in. It provides an easy start for beginning and experienced developers with Scala and functional programming.
1313

14-
# `scala-cli` to the rescue
14+
# scala-cli to the rescue
1515

1616
[scala-cli](https://scala-cli.virtuslab.org/) is a command-line interface to quickly develop and experiment with Scala, it's even on track to [becoming the new scala command](https://docs.scala-lang.org/sips/scala-cli.html). The interface has a lot of advantages, but one of the most important ones is that it makes learning, developing and building Scala scripts and small applications friction-less and easy to use.
1717

@@ -44,7 +44,9 @@ This creates a very nice feedback loop!
4444

4545
# Putting the fun in functional
4646

47-
[Typelevel Toolkit](https://typelevel.org/toolkit/) uses `scala-cli` and Typelevel libraries to provide a runway for your next Scala script or command-line interface. You can use the toolkit with `scala-cli` with just a single line and you'll get [Cats Effect](https://typelevel.org/cats-effect/), [fs2](https://fs2.io) and a few other libraries to develop scripts quickly using pure functional programming.
47+
[Typelevel Toolkit](https://typelevel.org/toolkit/) uses `scala-cli` and Typelevel libraries to provide a runway for your next Scala script or command-line interface. You can use the toolkit with `scala-cli` with just a single line and you'll get:
48+
- [Cats Effect](https://typelevel.org/cats-effect/)
49+
- [fs2](https://fs2.io)
4850

4951
Typelevel Toolkit shines with `scala-cli`, but it can also be used by sbt or mill if that is preferred.
5052
More concretely this means your next ad-hoc script won't be Bash or Python spaghetti, but Scala code that can be a joy to hack on as time goes on, without the boilerplate.

0 commit comments

Comments
 (0)