Hacker News new | ask | show | jobs
by trevelyan 6384 days ago
Recursion is really fun until you have to use it to solve something under pressure.
1 comments

Recursion is easy if you're used to it. A recursive procedure just looks like a loop to me.