I don't think persistence in memory was the selling point. The other selling point is that doing comparisons are faster because `:a == :a` can compare on a memory address while `'a' == 'a'` requires comparing the data at the different memory addresses.Someone tell me I'm wrong.
reconbot|11 years ago
riffraff|11 years ago