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.
The implementation for this could add a reader dispatch for keywords (Erlang atoms) here, where instead of directly calling read_tagged/1, it could figure out if the next form is a keyword, symbol or something else (which will generate an error) and continue from there.
The text was updated successfully, but these errors were encountered:
Introduced in Clojure 1.9 (see here).
The implementation for this could add a reader dispatch for keywords (Erlang atoms) here, where instead of directly calling
read_tagged/1
, it could figure out if the next form is a keyword, symbol or something else (which will generate an error) and continue from there.The text was updated successfully, but these errors were encountered: