zaphar / ucg

A Universal Configuration Grammar
Apache License 2.0
36 stars 3 forks source link

Strings should be map, filter, and reducible. #29

Closed zaphar closed 5 years ago

zaphar commented 5 years ago

Strings are composed of a list of unicode codepoints. It should be possible to run the functional operators on them.

map strfunc "foo bar";

This would enable us to create a library of string processing functions.