Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vladimirlogachev/exercises-fp-strategies-in-scala-with-cats


https://github.com/vladimirlogachev/exercises-fp-strategies-in-scala-with-cats

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# exercises-fp-strategies-in-scala-with-cats

Exercises from the book [Functional Programming Strategies In Scala with Cats](https://scalawithcats.com/) (Scala 3, `cats`, `cats-effect`, `weaver-test`). Also maintained as a demonstration project.

## Pre-requisites

- [sbt](https://www.scala-sbt.org/)

## Usage

- `sbt test` - test
- `sbt styleFix` - fix formatting and linting errors
- `sbt styleCheck` - check for formatting and linting errors
- `sbt dev` - allow compiler warnings to not fail the compilation