Utility class containing various routines to manipulate Scheme symbols.
Note Scheme symbols are represented using java.lang.String objects,
and there are no Symbol objects.
Create or find a Symbol with a given name.
Parameters: name - the print-name of the desired Symbol a Symbol with the given name, newly created iff none such exist