Hi,
We're using Ramda.js frequently and we still experience the situation when we just don't know what function to pick, or sometimes we spend too much time implementing something that is already in a Ramda core.
We're also using Rx.js and we like they way they allow you to find an operator you need.
http://reactivex.io/rxjs/

My idea is that we could create something like this for Ramda. Maybe we could take advantage of signatures we have in a source code and combine with it some decision trees we create.
What do you think. Would you guys appreciate something like this on the frontpage?
It would be a more dynamic way of this https://github.com/ramda/ramda/wiki/What-Function-Should-I-Use%3F
If some people like it and I get a green light, I'll be happy to implement this.