Details
Description
Projections are nice, but I really need them to filter as well (like Python's generator comprehensions). The syntax would probably be something like "(foo.bar in baz if foo.passesFilter)". (Python uses "if"; "where" might also make sense for the SQL-inclined.)
I think this is really a powerful idea, and I'm definitely going to begin researching it's inclusion into 2.0.