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

Add support for console input #228

Closed
jhalterman opened this issue Jan 8, 2014 · 5 comments
Closed

Add support for console input #228

jhalterman opened this issue Jan 8, 2014 · 5 comments
Labels
released Marks issues which have had the fixes released in a stable build
Milestone

Comments

@jhalterman
Copy link

It would be great if the Cursive REPL's output/console window supported input, for things such as (read-line), in the same way that a REPL in a terminal does.

@jffry
Copy link

jffry commented Dec 16, 2014

+1

@saeidscorp
Copy link

Yes I need it so badly ;-)

With this feature I can completely rely on the repl without getting distracted by input situations.

@jhau
Copy link

jhau commented Dec 27, 2015

any workaround or is this feature on the roadmap? it's so painful to use the terminal to run "lein repl" after using Cursive!

@mickey
Copy link

mickey commented Dec 28, 2015

Or do you see any trickery to go around this issue?

@EmmanuelOga
Copy link

I was about to report an issue when I realized I had a typo:

(let [input (.readline *in*)] input)
No matching field found: readline for class clojure.lang.LineNumberingPushbackReader

... It should be readLine (camel-case)!

Cursive displays an input box when I use the correct method name 😃

@cursive-ide cursive-ide added the released Marks issues which have had the fixes released in a stable build label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Marks issues which have had the fixes released in a stable build
Projects
None yet
Development

No branches or pull requests

8 participants