Skip to content
New issue

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

Return strings like REPL #92

Closed
stuartsierra opened this issue Jul 29, 2016 · 2 comments
Closed

Return strings like REPL #92

stuartsierra opened this issue Jul 29, 2016 · 2 comments

Comments

@stuartsierra
Copy link

The typical behavior I expect from a REPL is to render string values as by pr or pr-str rather than print.

This is most obvious when using strings with escaped characters.

In a ClojureScript REPL:

cljs.user=> (str \" "Hello" \")
"\"Hello\""

From Klipse I see:

screen shot 2016-07-29 at 12 21 07 pm

@viebel
Copy link
Owner

viebel commented Jul 30, 2016

Thanks for reporting. Looking at it.

@viebel
Copy link
Owner

viebel commented Aug 2, 2016

Fixed.
image

@viebel viebel closed this as completed Aug 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant