Hi Brian,
I wanted to thank you for writing Professor Frisby’s Mostly Adequate Guide to Functional Programming. It had a huge impact on how I think about JavaScript and functional programming.
I recently built a complete FP toolkit inspired by the concepts in the book — including curry, compose, ADTs (Maybe, Either, IO, Task), list helpers, logic combinators, and interop utilities. It’s structured as a modern, tree‑shakable library with clear module boundaries, and aims to give learners a practical, ready‑to‑use implementation of the ideas you teach.
If you feel it could be useful for readers, you’re very welcome to include it in your README under community resources. No expectations at all — I mainly wanted to share it with you and express my appreciation for the work that inspired it.
Thanks again for creating such a great resource.
Best,
Zahary
P.S.
Link to the repository: https://github.com/PeshoVurtoleta/mostly-adequate-fp
NPM: https://www.npmjs.com/package/@zakkster/mostly-adequate-fp
Hi Brian,
I wanted to thank you for writing Professor Frisby’s Mostly Adequate Guide to Functional Programming. It had a huge impact on how I think about JavaScript and functional programming.
I recently built a complete FP toolkit inspired by the concepts in the book — including curry, compose, ADTs (Maybe, Either, IO, Task), list helpers, logic combinators, and interop utilities. It’s structured as a modern, tree‑shakable library with clear module boundaries, and aims to give learners a practical, ready‑to‑use implementation of the ideas you teach.
If you feel it could be useful for readers, you’re very welcome to include it in your README under community resources. No expectations at all — I mainly wanted to share it with you and express my appreciation for the work that inspired it.
Thanks again for creating such a great resource.
Best,
Zahary
P.S.
Link to the repository: https://github.com/PeshoVurtoleta/mostly-adequate-fp
NPM: https://www.npmjs.com/package/@zakkster/mostly-adequate-fp