|
|
|
|
|
by notduncansmith
2439 days ago
|
|
> For example, it turns out to be really convenient that strings are simply lists of characters. It means all the list manipulation functions just work on them. Why is it preferable to couple the internal implementation of strings to the interface “a list of characters”? Also, since “character” can be an imprecise term, what is a character in Bel? |
|
Exactly. How is unicode and UTF-8 treated by this language?