Hacker News new | ask | show | jobs
by Zak 5076 days ago
I think there's still a gap between how you're thinking about it and how I am.

Yes, a for loop translates pretty cleanly to a flowchart. It's not hard to understand how it works. The problem is that I'm usually thinking about the result I want in the case of sequence transformations like map and filter, not the process of generating it.