Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csgn/fpinscala-book-playground
https://github.com/csgn/fpinscala-book-playground
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/csgn/fpinscala-book-playground
- Owner: csgn
- Created: 2024-05-16T18:52:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T11:11:33.000Z (6 months ago)
- Last Synced: 2024-08-07T20:11:31.645Z (6 months ago)
- Language: Scala
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## sbt project compiled with Scala 3
### Usage
This is a normal sbt project. You can compile code with `sbt compile`, run it with `sbt run`, and `sbt console` will start a Scala 3 REPL.
For more information on the sbt-dotty plugin, see the
[scala3-example-project](https://github.com/scala/scala3-example-project/blob/main/README.md).
# fpinscala-book-playground