Comment on Lens: Lenses, Folds and TraversalsparentComments−munchler1yUnlike JavaScript, it would require fundamental changes to the language itself, so I don’t think it’s really a fair comparison.−johnfn1yBut lenses already do the same thing, just with a worse syntax. do notation already rewrites a lot of messy Haskell into cleaner Haskell. It's not that different!
Comments
Unlike JavaScript, it would require fundamental changes to the language itself, so I don’t think it’s really a fair comparison.
But lenses already do the same thing, just with a worse syntax. do notation already rewrites a lot of messy Haskell into cleaner Haskell. It's not that different!