Hacker News new | ask | show | jobs
by KerrAvon 979 days ago
Using the C for loop syntax is looney tunes, though. Do range support and leave that 70's stuff in the dust.
1 comments

its got 'for k in list {}' (https://nature-lang.org/docs/the-basics/control-flow#iterati...) though array.for_each(lambda) is a better way to go, imho.