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 REPL support for JavaScript #183

Open
Thr44 opened this issue Aug 12, 2014 · 1 comment
Open

Add REPL support for JavaScript #183

Thr44 opened this issue Aug 12, 2014 · 1 comment

Comments

@Thr44
Copy link

Thr44 commented Aug 12, 2014

It would be great that one could access the running program and be able to change it without restarting nodejs, just like the browser console.

@rgbkrk rgbkrk changed the title Add support for JavaScript line based runner [REPL] Add support for JavaScript line based runner Aug 12, 2014
@rgbkrk
Copy link
Member

rgbkrk commented Aug 12, 2014

I agree.

That functionality, called a REPL (Read Eval Print Loop) was also brought up in #155, #73, #101, #39, and #70.

We would need to handle STDIN in that case, which we are not currently doing.

@erran erran changed the title [REPL] Add support for JavaScript line based runner [REPL] Add REPL support for JavaScript Oct 9, 2014
@erran erran changed the title [REPL] Add REPL support for JavaScript Add REPL support for JavaScript Oct 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants