Jan. 8, 2018
9:37 p.m.
What is the purpose of ByteSymbol>>#privateAt:put: ByteSymbol>>#string: WideSymbol>>#privateAt:put: WideSymbol>>#string: ? thanks, Norbert
Jan. 11, 2018
7:54 p.m.
Hi Norbert, On Mon, Jan 8, 2018 at 1:37 PM, Norbert Hartl <norbert@hartl.name> wrote:
What is the purpose of
ByteSymbol>>#privateAt:put: ByteSymbol>>#string: WideSymbol>>#privateAt:put: WideSymbol>>#string:
?
thanks,
Norbert
I *think* they're a hack for creating new Symbols. A better approach would be to create a ByteString or a WideString and then use adoptInstance: to change the String's class to the relevant Symbol class. _,,,^..^,,,_ best, Eliot
3123
Age (days ago)
3126
Last active (days ago)
1 comments
2 participants
participants (2)
-
Eliot Miranda -
Norbert Hartl