Source code not public yet
What is it?
A functional utility library I'm working on - emphasizing developer experience and generic data structure support.
Why create it?
I enjoy functional programming and feel there's an opportunity for an intuitive and modern utility library. Common FP attempts to reach a wider audience by limiting jargon, sticking to intuitive concepts, and providing a modern in-browser code editor allowing you to quickly try it out. It also approaches data structure support in a generic fashion. For instance, a utility "mapValues" maps over values of objects, arrays, Maps and Sets.
There are other features unique to Common FP, but I'll leave it at that.