Hacker News new | ask | show | jobs
by userbinator 727 days ago
Most people don't start out thinking like computers

Everyone who has followed a sequential list of instructions would strongly disagree.

1 comments

Which, FWIW, are almost never written using recursion: they are written with either imperative loops or the moral equivalent of a goto statement.