Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makiftutuncu/optics-lightningtalk
Repository for my Lightning Talk about optics at @vngrs
https://github.com/makiftutuncu/optics-lightningtalk
lens optics prism scala
Last synced: about 1 month ago
JSON representation
Repository for my Lightning Talk about optics at @vngrs
- Host: GitHub
- URL: https://github.com/makiftutuncu/optics-lightningtalk
- Owner: makiftutuncu
- Created: 2019-01-17T10:23:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T06:00:02.000Z (about 1 year ago)
- Last Synced: 2024-10-31T20:12:53.083Z (3 months ago)
- Topics: lens, optics, prism, scala
- Language: Scala
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Optics Lightning Talk
This repository contains the code from my Lightning Talk about optics in Scala [@vngrs](https://github.com/vngrs).
Based on [this article](https://kubuszok.com/2018/adt-through-the-looking-glass/)
Don't forget to check out
* [Monocle](http://julien-truffaut.github.io/Monocle/) an optics library for Scala
* [Circe](https://circe.github.io/circe/optics.html) a Json library having optics
* [trait Dynamic](https://www.scala-lang.org/api/current/scala/Dynamic.html) of Scala### Build, Develop, Test, Run
This is an SBT project, so the usual
```sbt
sbt clean test
```will do.
### License
No license