Closed stefichjo closed 10 years ago
Thanks!
Since string's don't have a reverse function in standard js, i didn't include them, but I have mixed feelings about it.
I think we should bend the rules a little and give string reverse...but then where do we draw the line?
I see. Well, I just mentioned it because in the Motivation section of README.md
you used this example:
var f = compose(reverse, replace(/-/g, '/'))
f("hi-guys") //=> syug/ih
Would have been a great Haskell-ish example though.
Ha, I'm awesome. I'll update that for sure
Updated! Thank ya kindly for helping out there.
Hi!
Whereas
reverse([1,2,3])
andreverse(['a','b','c'])
work great,reverse("abc")
doesn't.Your talks are very inspiring. Big fan!