Remix.run Logo
cassianoleal 3 hours 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.

xigoi 2 hours ago | parent [-]

Or just using a language that doesn’t make it hard to iterate over arrays.

cassianoleal 35 minutes ago | parent [-]

TBF I haven't met one that does yet.

xigoi 18 minutes ago | parent [-]

C comes to mind. Also Lua and Go, kind of.

cassianoleal 6 minutes ago | parent [-]

Heh, ok. :) C and Go were on my mind when I wrote GP.