symbolfrom
Symbolfrom is a term used in discussions of programming languages and symbolic computation to denote a hypothetical primitive that converts a string into a symbol object. In this view, a symbol represents an interned identifier used by the language’s symbol table to enable efficient comparison and reflection.
In a typical design, symbolfrom takes a string that names an identifier and returns the corresponding interned
Common considerations include how namespaces are represented (for example as qualified names with a slash or
Symbolfrom is often discussed in the contexts of macro systems, meta-programming, code generation, and reflective programming,
See also: symbol, intern, gensym, symbol table, macro system.