lentes
lentes copied to clipboard
Functional references for Clojure and ClojureScript
The supplied example of composition doesn't work with the supplied data. To make it work I've removed one of the `l/fst`. ``` The author or authors of this code dedicate...
First, thank you for this library! I'm finding it useful. There is a (very) subtle shared-state bug with the mutable cache fields which I fixed here I don't have time...
https://github.com/funcool/lentes/pull/11
This would be convenient because often parts of bigger data end up being lists after applying core functions (e.g. `map`). **Steps:** ``` (require '[lentes.core :as l]) (let [data (list 0...
When I evaluate the composition example (using cider nrepl) I get an "nth not supported on this type: Long" error. user> (require '[lentes.core :as l]) nil user> (def my-lens (comp...
- [ ] which dependencies and how to install them. - [ ] how to compile the documentation