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
- Host: GitHub
- URL: https://github.com/aditya-k93/fpinscala
- Owner: aditya-K93
- License: mit
- Created: 2021-04-05T05:22:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-05T07:19:21.000Z (almost 5 years ago)
- Last Synced: 2024-07-17T03:59:39.575Z (over 1 year ago)
- Topics: functional-programming, scala
- Language: Scala
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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