SymbolsΒΆ
Symbols are self-evaluating in Shen; the symbol a evaluates to a, abc to abc. Symbols can be derived from interning suitable strings.
(1-) abc
abc
(2-) abc'
abc'
(3-) (intern "cheese")
cheese
Further reading
Symbols are self-evaluating in Shen; the symbol a evaluates to a, abc to abc. Symbols can be derived from interning suitable strings.
(1-) abc
abc
(2-) abc'
abc'
(3-) (intern "cheese")
cheese
Further reading