Cursive throws an exception when entering {:12345 :abc}
#1010
Labels
released
Marks issues which have had the fixes released in a stable build
Milestone
I think this exists in the grey regions of undefined Clojure Reader behaviour.
Typing
{:12345 :abc}
at the REPL throws this exception in the editor window error boxand the repl returns
I'm not really sure what the right behaviour is here. Clojure explicitly says that keywords (all symbols really) must start with a non numeric character, but it goes right ahead and allows it anyway.
This works fine though:
The text was updated successfully, but these errors were encountered: