Y
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
xigoi
43 days ago
Or just using a language that doesn’t make it hard to iterate over arrays.
link
cassianoleal
43 days ago
TBF I haven't met one that does yet.
link
xigoi
43 days ago
C comes to mind. Also Lua and Go, kind of.
link
cassianoleal
43 days ago
Heh, ok. :) C and Go were on my mind when I wrote GP.
link