Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
59nadir
on June 15, 2015
|
parent
|
context
|
favorite
| on:
Low-level web programming in Racket and a wiki in ...
Isn't your `any?` function actually `ormap`[0]?
You should be able to do the same thing with:
(ormap password-matches? line)
0 -
http://docs.racket-lang.org/reference/pairs.html?q=ormap#%28...
mattmight
on June 17, 2015
[–]
Yep! Jay McCarthy pointed this out, and I changed it. :)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
You should be able to do the same thing with:
0 - http://docs.racket-lang.org/reference/pairs.html?q=ormap#%28...