Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

  (def check-usernames (u)
    (or (nil? u)
      (and
        (has-email? (user (car u)))
        (check-usernames (cdr u)))))
or something


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

Search: