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

You're not comparing like with like - you're comparing a repeat function (or keyword) with the implementation of a repeat function. The imperative equivalent would be something like "make an int called i, then repeatedly add one to i, checking whether i is less than five, and each time you do that do the special task", which is by no means clearer. And if anything writing a "repeat" function is easier in the functional world than the imperative one, since traditional imperative languages don't have first-class functions.



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

Search: