Hacker News new | ask | show | jobs
by kainolophobia 3449 days ago
100% of software operations are loops, it's just that some of them are only run once ;)

Joking aside, computers help us handle loops more efficiently; that's it. The 20% "non-loop operations" are just the fabric that tie the loops together.