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

https://github.com/aditya-k93/fpinscala

Functional programming in Scala
https://github.com/aditya-k93/fpinscala

functional-programming scala

Last synced: about 1 year ago
JSON representation

Functional programming in Scala

Awesome Lists containing this project

README

          

# Solution to Functional Programming in Scala (Red Book)

Repository containing solution to Functional Programming in Scala (Manning)

## Build

- [bloop](https://scalacenter.github.io/bloop/setup#homebrew) for faster builds and watch directory for changes
- `sbt bloopInstall` to create `.bsp` files required for bloop build and run

## Run

- `bloop run exercises --main fpinscala.laziness.Stream --watch`
- runs the `fpinscala.laziness.Stream` file and watches for changes

## Formatting

- [scalafmt](https://scalameta.org/scalafmt/) for formatting
- version = 2.7.5


## License

- This project is licensed under the MIT License - see the LICENSE.md file for details