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

REPL like jshell(JEP 222)? #25712

Closed
jjia-acme opened this issue May 22, 2015 · 2 comments
Closed

REPL like jshell(JEP 222)? #25712

jjia-acme opened this issue May 22, 2015 · 2 comments

Comments

@jjia-acme
Copy link

can we have a REPL console?
like in Java
http://openjdk.java.net/jeps/222

@pnkfelix
Copy link
Member

For online experimentation, there is the playpen: https://play.rust-lang.org/

You can also send expressions to the playbot on the #rust IRC channel.

We used to have an experimental command line REPL, rusti, but it was brittle and not maintained well, so it was eventually retired. See PR #9897

There may be future attempts to make a rust repl atop other components provided here, but I do not know if such a tool will ever again be part of the rust project itself. In any case, such a tool certainly seems like it would need to first go through the RFC process:

https://github.com/rust-lang/rfcs#when-you-need-to-follow-this-process

@jjia-acme
Copy link
Author

thank you for your useful info!

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

2 participants