(def keep (test seq) (rem ~test seq))
I'm sure the implementation could easily be reversed, so keep was the one that actually did the work.
-----