logoalt Hacker News

redox99yesterday at 5:38 PM1 replyview on HN

A programming language does not need to have a for loop. In fact many don't.


Replies

skaulyesterday at 7:47 PM

Programming languages need to give the developer a way to iterate (map, fold, for-loop, whatever) over a collection of items. Over time we've come up with more elegant ways of doing this, but as a programmer, until LLMs, you've still had to be actively involved in the control logic. My point is that a developer's relationship with the code is very different now, in a way that wasn't true with previous low-to-high level language climbs.

show 1 reply