Hacker News new | ask | show | jobs
by cassianoleal 43 days ago
> writing down the 1000th loop to iterate over some array is not exactly fulfilling either.

Code completion and snippets work well for this use case without AI.

1 comments

Or just using a language that doesn’t make it hard to iterate over arrays.
TBF I haven't met one that does yet.
C comes to mind. Also Lua and Go, kind of.
Heh, ok. :) C and Go were on my mind when I wrote GP.