musictheory / NilScript

Objective-C-style language superset of JavaScript with a tiny, simple runtime
Other
50 stars 5 forks source link

Remove @each #169

Open iccir opened 1 year ago

iccir commented 1 year ago

Remove @each. In the past 8 years, JavaScript gained decent replacements, either for...of or Array#forEach with arrow functions.