haskellweekly / haskellweekly.github.io

A free weekly newsletter about the Haskell programming language.
https://haskellweekly.news
MIT License
89 stars 33 forks source link

Suggestion: Practical profunctor lenses & optics in PureScript #276

Closed thomashoneyman closed 5 years ago

thomashoneyman commented 5 years ago

I've just published a thorough, practical introduction to profunctor optics in PureScript. I think it'd be interesting and useful to a Haskell audience. By the end of it a Haskeller would be comfortable writing lens code in PureScript, and it might help folks considering PureSCript on the frontend see one of its standout libraries, profunctor-lenses.

https://thomashoneyman.com/articles/practical-profunctor-lenses-optics

Unfortunately I missed this week's Haskell Weekly; I'll try to suggest a little earlier next time!

tfausak commented 5 years ago

Thanks for the suggestion! You wrote an excellent article and I'm happy to feature it in today's issue.