Package gnu.expr
Class Symbols
java.lang.Object
gnu.expr.Symbols
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.
-
Method Summary
-
Method Details
-
gentemp
Generate a new (interned) symbol with a unique name.- Returns:
- the new symbol
-
make
Create or find a Symbol with a given name.- Parameters:
name
- the print-name of the desired Symbol- Returns:
- a Symbol with the given name, newly created iff none such exist
-
intern
-