I'd like to see something like this for Backbone collections, e.g. it would take a query on model attributes and generate a subset of the original collection. Then any views (not just lists) tied to this subset would update automatically.
In fact I think with _.fiter() you could probably do this in a few lines.
In fact I think with _.fiter() you could probably do this in a few lines.