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 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T16:12:41.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T10:49:37.223Z (4 months ago)
- Language: Scala
- Size: 78.1 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 .`