Next: SystemDictionary, Previous: Symbol, Up: Base classes [Index]
I am used to implement the Smalltalk symbol table. My instances are links that contain symbols, and the symbol table basically a hash table that points to chains of my instances.
• SymLink class-instance creation: | (class) | |
• SymLink-accessing: | (instance) | |
• SymLink-iteration: | (instance) | |
• SymLink-printing: | (instance) |