Hacker News new | ask | show | jobs
by 082349872349872 891 days ago
> applies a function to an argument repeatedly until the output stops changing

In other words: instead of worrying about which n to use for "loop n times", it just always loops (effectively) an infinite number of times...