https://github.com/optics-dev/monocly
Optics experimentation for Dotty
https://github.com/optics-dev/monocly
Last synced: 8 months ago
JSON representation
Optics experimentation for Dotty
- Host: GitHub
- URL: https://github.com/optics-dev/monocly
- Owner: optics-dev
- License: mit
- Created: 2019-07-19T17:31:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-24T23:58:45.000Z (over 4 years ago)
- Last Synced: 2025-07-01T18:09:21.393Z (9 months ago)
- Language: Scala
- Homepage:
- Size: 324 KB
- Stars: 32
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Optics with Dotty
### Usage
This is a normal sbt project, you can compile code with `sbt compile` and run it
with `sbt run`, `sbt console` will start a Dotty 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).