Y
Hacker News
new
|
ask
|
show
|
jobs
by
librasteve
768 days ago
in Raku, this
data.store.book.filter(_.price < 10).map(_.title)
would be written as
data.store.book.grep(*.price < 10).map(*.title)