-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
play.rust-lang.org #4064
Comments
The ideal way to do this would probably be Issue #2235, though that's rather involved. I poked around on ideone.com for a bit and didn't see any mention of how to add new languages. I've looked into running an ideone-ish server for Rust in the past, possibly by making use of the basic features of Geordi (http://www.eelis.net/geordi/ and https://github.com/Eelis/geordi/). |
here is a experimental web based playground based on node.js. However I dont know how to apply file system + network access limitation. If these restrictions can be added I may be able to deploy on heroku or some other node hosting service. |
@amuxtux Geordi does syscall limitation, if you'd like a basic reference: https://github.com/Eelis/geordi/blob/master/src/EvalCxx.hsc#L312 |
Note that |
|
I've implemented this, it's just a matter of making the frontend web interface and deploying it on Closing in favour of #6916. |
remove ctrlc, unused
Please enable compilation and running of trivial Rust programs online at play.rust-lang.org, similar to http://play.golang.org.
Alternatively, support Rust at http://ideone.com.
The text was updated successfully, but these errors were encountered: