Comment by raincole
5 hours ago
Symbol is the only feature I miss after switching to Python. It makes code so much more readable to distinguish keys and normal strings.
5 hours ago
Symbol is the only feature I miss after switching to Python. It makes code so much more readable to distinguish keys and normal strings.
Much like yccs27 above, I do that using single and double quoted strings (a habit I got from Erlang).