Getting started in the wondrous world of functional programming using Typelevel libraries 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 comes in. It provides an ea...