Hacker News new | ask | show | jobs
by biesnecker 4920 days ago
Cheers, fixed (as soon as the cache updates)
2 comments

Also Ruby has 'reduce' as a synonym for 'inject'
...and thank god for that. I find inject a really confusing name.
The Ruby names are copied from Smalltalk, as is much of Ruby.
Also: (++) :: [a] -> [a] -> [a]

Article implies: (++) :: [a] -> a -> [a]