putting-lenses-to-work
Lens library demo
A presentation on practical uses of the lens library in software development
A presentation for BayHac 2017 on how I uses lenses at work
76 stars
12 watching
6 forks
Language: Haskell
last commit: over 7 years ago functional-programminghaskelllenslensespractical
Related projects:
Repository | Description | Stars |
---|---|---|
gabriella439/haskell-lens-tutorial-library | A comprehensive tutorial module for the lens library, providing in-depth guidance on its usage and application. | 81 |
stevenfontanella/microlens | A lightweight alternative to the lens library with fewer dependencies and no Template Haskell support | 285 |
kowainik/prolens | A lightweight implementation of optics for composable access to values | 72 |
ochafik/es6-lenses | A library of functional lens functions for ES6+ and TypeScript projects. | 4 |
softwaremill/quicklens | Library for functional programming in Scala, providing a concise way to work with case class fields and modify them conditionally or recursively. | 829 |
hallettj/safety-lens | A library that provides a type-safe, functional way to focus on specific parts of data structures | 73 |
thirdweb-example/lens | A starter kit for building apps on top of the Lens Protocol, including Next.js and TypeScript for production-ready apps. | 42 |
purescript-contrib/purescript-profunctor-lenses | A PureScript package providing a mechanism to update, view, and set values within nested data structures using profunctor lenses. | 144 |
daoleno/lenskit | A set of libraries for integrating the Lens protocol into applications | 69 |
lens-protocol/api-examples | Provides TypeScript code examples for interacting with the Lens API | 264 |
flunc/optics | A profunctor implementation of optics concepts for functional programming in JavaScript | 87 |
lens-protocol/lens-sdk | A comprehensive software development kit for interacting with the Lens Protocol | 234 |
lens-protocol/modules | Provides tools and tests for adding custom modules to the Lens Protocol | 72 |
suhailkakar/lens.js | An API wrapper for a social media protocol | 124 |
ekmett/lens | A Haskell library that provides a general-purpose data transformation framework using lenses and traversals. | 2,032 |