We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The typical behavior I expect from a REPL is to render string values as by pr or pr-str rather than print.
pr
pr-str
print
This is most obvious when using strings with escaped characters.
In a ClojureScript REPL:
cljs.user=> (str \" "Hello" \") "\"Hello\""
From Klipse I see:
The text was updated successfully, but these errors were encountered:
Thanks for reporting. Looking at it.
Sorry, something went wrong.
Fixed.
No branches or pull requests
The typical behavior I expect from a REPL is to render string values as by
pr
orpr-str
rather thanprint
.This is most obvious when using strings with escaped characters.
In a ClojureScript REPL:
From Klipse I see:
The text was updated successfully, but these errors were encountered: