Hacker News new | ask | show | jobs
by jshowa3 2529 days ago
Computers don't even operate solely step by step anymore. They often operate asynchronously, through interrupts, or compute things in parallel across multiple threads.

Maybe if you're programming something simple, it will be "step by step". But most programs are not this simple.