Arc Forumnew | comments | leaders | submitlogin
4 points by almkglor 5928 days ago | link | parent

Incidentally, keep is written (with some additional fooness) as:

  (def keep (test seq)
     (rem ~test seq))


1 point by bogomipz 5926 days ago | link

Which proves that only one of them is necessary.

I'm sure the implementation could easily be reversed, so keep was the one that actually did the work.

-----