How can i contribute to this repo? Im really interested on this on this plugin, since in my opininon inline lamdas are extremely useful for making code readable/elegant and performant, especially when you have a big chain of conditions, and cramming a bunch of conditional code into one function makes it extremely unreadable and dificult to refactor without breaking the code. I would really love to be able to define a hierarchy of functions or as the FP folks say a 'Monad' without taking a performance hit.
How can i contribute to this repo? Im really interested on this on this plugin, since in my opininon inline lamdas are extremely useful for making code readable/elegant and performant, especially when you have a big chain of conditions, and cramming a bunch of conditional code into one function makes it extremely unreadable and dificult to refactor without breaking the code. I would really love to be able to define a hierarchy of functions or as the FP folks say a 'Monad' without taking a performance hit.