We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When printing to Calva repl i'm getting <repl#7> before each print invocation. This is sometimes confusing and not the ideal user experience.
(print "test") <repl#7>test
Expected result is to print without the prefix. This issue has low priority.