Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alinski29/scala-book-fpinscala
Code and exercises for Functional Programming in Scala book
https://github.com/alinski29/scala-book-fpinscala
Last synced: about 1 month ago
JSON representation
Code and exercises for Functional Programming in Scala book
- Host: GitHub
- URL: https://github.com/alinski29/scala-book-fpinscala
- Owner: alinski29
- Created: 2023-02-12T17:41:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T17:09:13.000Z (almost 2 years ago)
- Last Synced: 2023-05-19T13:43:19.261Z (over 1 year ago)
- Language: Scala
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scala-book-fpinscala
Code and exercises for Functional Programming in Scala book### Commands
- compile `scala-cli compile .`
- test `scala-cli test .`