You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ruby symbols can have anything in them by quoting them, like this: `:"hello i am a symbol". That would not be a valid Clojure keyword. I'm not sure what the best solution is. I would consider throwing an exception in this case.
We should be doing this, and doing it with
EDN::Type::Symbol
s as well.The text was updated successfully, but these errors were encountered: