https://github.com/andimiller/derivation-fun
messing around with derivation in scala3
https://github.com/andimiller/derivation-fun
Last synced: 3 months ago
JSON representation
messing around with derivation in scala3
- Host: GitHub
- URL: https://github.com/andimiller/derivation-fun
- Owner: andimiller
- Created: 2021-03-05T18:04:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-05T18:04:10.000Z (about 4 years ago)
- Last Synced: 2025-01-18T20:59:07.312Z (4 months ago)
- Language: Scala
- Size: 1.95 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
[dotty-example-project](https://github.com/lampepfl/dotty-example-project/blob/master/README.md).