literal syntax for symbols

I believe we can use/benefit more from symbols if we have a dedicated syntax for it. I've looked at some languages like Ruby and Clojure, they have kinda similar approaches, the use of ":" as a prefix for it

so

Symbol.for('foo')

would be able to be written as

:foo