Additional characters for symbol names


#1

Function and variable names in uLisp can currently contain the characters a-z and 0-9, and null is used for the delimiter, so there are three unused characters available in the radix-40 encoding I use.

Any suggestions for characters that it would be useful to be able to include in symbol names? How about “$”, “!”, or “*”?