Hacker News new | past | comments | ask | show | jobs | submit login

Raku does a version of that as well, it's sick.



in Raku, this

    data.store.book.filter(_.price < 10).map(_.title)
would be written as

    data.store.book.grep(*.price < 10).map(*.title)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: