Open cgarciae opened 10 years ago
And the fn.toString() trick comes full circle :)
I'm down, but i don't have time to do this for a little bit. Definitely will pull though.
Yeah, heard you mentioned on this trick. It wouldn't be right not to have it on your library ;)
Lamda currently depends on LoDash for the functions
compose
andcurry
, I propose to depend on Ramda instead. The reason: string representation of functions.Currently the string representation of a higher order function is an anonymous function with some code unrelated to the function of interest. Example:
With Ramda instead you get: