Hacker News new | past | comments | ask | show | jobs | submit login

  (fn filter ($func @lst)
      (:= @ret (list))

      (for $e in @lst
           (if (call $func $e)
               (:= @ret (cat $e @ret))
           ) 
      )

      @ret
  )



Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: