|
|
|
|
|
by tyingq
2375 days ago
|
|
Does the pattern matching do something that Ruby's map() can't do? Coming from Perl, map() there can return fewer elements than the source list, so pattern matching works already. A short skim of Ruby's map seems to imply it always returns something with the same number of elements. Edit: I was confused about what this feature did. So this subthread is still interesting, but mostly unrelated. |
|
Further, the pattern matching feature is significantly different than `map` imo.