string>symbol ( str/seq -- alien )


Vocabulary
alien.strings

Inputs
str/seqa string or a sequence


Outputs
alienan alien


Word description
Converts the string to a format which is a valid symbol name for the Factor VM's compiled code linker. By performing this conversion ahead of time, the image loader can run without allocating memory.

On all platforms, symbols are ASCII strings.

Definition


Methods