Thoughts
Lodash has great support for point-free programming. I might start using it for that for personal projects in the future.
Ruby on the other
hand makes point free programming basically impossible, which is weird because it has functions to create lambdas and curry.