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
Evaluating (Option+Enter) on comment symbol (macro) itself throws
(comment "World")
|-------| <=== evaluating this span fails with trace below
; Syntax error compiling at (/var/folders/kl/<some temp path>/T/betterthantomorrow.calva/7c5x6/hello_repl.clj:0:0).
; Can't take value of a macro: #'clojure.core/comment
The text was updated successfully, but these errors were encountered:
Hello, happy to know you are using the Getting Started REPL!
This is actually very expected behaviour. Calva sends to the REPL whatever you ask Calva to send. And evaluating comment gives that error in the Clojure Reader. It is somewhat pointed at later on in the Clojure guide:
But as a beginner you don't know this of course so the guide should probably try to establish this earlier. I have filed an issue on the Dram repository, where the guides are authored: BetterThanTomorrow/dram#12
Hi, appreciate the speedy response and all the effort you've put into Calva!
I guess that the Dram issue will ultimately be used to resolving this one so I'm leaving it as-is instead of closing.
Extension version:
v2.0.209
VS Code version:
Evaluating (Option+Enter) on comment symbol (macro) itself throws
The text was updated successfully, but these errors were encountered: