DrBoolean / lenses

Composable kmett style lenses
213 stars 13 forks source link

Still recommended? #10

Open greglearns opened 8 years ago

greglearns commented 8 years ago

This looks great! I'm about to use it... but then, would you still recommend it, or would you recommend rambda-lens, or any of these others?

lenses - Composable kmett style lenses
optics - profunctor optics (Lens, Prism, iso)
ramda-lens - :ram: :mag_right: Lens library built on ramda
fantasy-lenses - Composable, immutable getters and setters. (profunctor lenses WIP)
nanoscope - Lenses with dotty support
DrBoolean commented 8 years ago

I'd got with ramda-lens over this for sure - that's just a superset of this. Sorry the late response. Optics looks like the clear winner, but might be more difficult to use.

greglearns commented 8 years ago

Thank you for the recommendation. Even with the delay, it is a big help. (And thank you, by the way, for all of your functional-javascript work!)

On Fri, Mar 25, 2016 at 9:17 AM, Brian Lonsdorf notifications@github.com wrote:

I'd got with ramda-lens over this for sure - that's just a superset of this. Sorry the late response. Optics looks like the clear winner, but might be more difficult to use.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/DrBoolean/lenses/issues/10#issuecomment-201329383