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
It is not possible to evaluate a form containing clojure.core// (the division function) in the REPL because cursive thinks the second / is a syntax error (red squiggly underline).
You will also get the syntax error flagged in files, but you can still evaluate the file so it's not as big a deal.
The text was updated successfully, but these errors were encountered:
favila
changed the title
Cursive's reader does not allow namespace// as a symbol: can't eval in REPL
Cursive's reader does not allow clojure.core// as a symbol: can't eval in REPL
Feb 19, 2015
Lovely edge case in symbol parsing:
It is not possible to evaluate a form containing
clojure.core//
(the division function) in the REPL because cursive thinks the second/
is a syntax error (red squiggly underline).You will also get the syntax error flagged in files, but you can still evaluate the file so it's not as big a deal.
The text was updated successfully, but these errors were encountered: