https://github.com/jwiegley/putting-lenses-to-work
A presentation for BayHac 2017 on how I uses lenses at work
https://github.com/jwiegley/putting-lenses-to-work
functional-programming haskell lens lenses practical
Last synced: 7 months ago
JSON representation
A presentation for BayHac 2017 on how I uses lenses at work
- Host: GitHub
- URL: https://github.com/jwiegley/putting-lenses-to-work
- Owner: jwiegley
- License: bsd-3-clause
- Created: 2017-03-05T16:17:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-22T19:05:10.000Z (over 8 years ago)
- Last Synced: 2024-10-11T21:47:50.288Z (12 months ago)
- Topics: functional-programming, haskell, lens, lenses, practical
- Language: Haskell
- Size: 258 KB
- Stars: 77
- Watchers: 12
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Putting lenses to work
A presentation on practical uses of lens, in the ways I'm currently using them
at work in nearly every project. Also means as a reference of sorts, and the
`Lenses.hs` file contains a slew of tests to serve both as a reminder, and a
source for cargo-culting certain use patterns.