gren-lang / core

Gren's core package
https://packages.gren-lang.org/package/gren-lang/core/version/latest/overview
Other
32 stars 8 forks source link

Add functions for folding over codepoints in Strings #72

Open robinheghan opened 5 months ago

robinheghan commented 5 months ago

JavaScript does have functions for iterating over and retrieving code points by index. These should probably be added to Gren, but it requires an update to the documentation to explain the differences and caveats.