Implement real/reified keywords in ClojureScript so we can stop modifying the String.prototype for strings-as-keywords. Attached patch does that.
One potential notice for the community is that `("a" {"a" 10})` previously worked in ClojureScript before this patch (though not on the jvm).