Closed zaphar closed 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.
Strings are composed of a list of unicode codepoints. It should be possible to run the functional operators on them.
This would enable us to create a library of string processing functions.