Cyclone Scheme
0.28.0
|
Symbols are similar to strings, but only one instance of each unique symbol is created, so comparisons are O(1). More...
#include <types.h>
Data Fields | |
const char * | desc |
gc_header_type | hdr |
const tag_type | tag |
Symbols are similar to strings, but only one instance of each unique symbol is created, so comparisons are O(1).
A thread-safe symbol table is used at runtime to store all of the program's symbols.