Arc Forumnew | comments | leaders | submitlogin
1 point by akkartik 4798 days ago | link | parent

Oh you're right, the original arc.arc has versions without ssyntax:

  (def all (test seq)
    (~some (complement (testify test)) seq))

  (def keep (test seq)
    (rem (complement (testify test)) seq))