Where can I find an online interactive console for my favorite language/api?
- Ruby
- Python?
- PHP?
- Perl?
- Scheme?
- Java?
- C?
Where can I find an online interactive console for my favorite language/api?
You can play around with jsScheme for Scheme, but it's a toy and shouldn't replace a console-based interpreter.
Skulpt is a Python implementation in JavaScript. Pretty cool.
Not only does the runroot site provide a REPL in your browser for numerous languages (including Python, Ruby, Erlang, Scheme, Common Lisp, Bash, & more) but it also allows you to collaborate and share sessions with other people (something I've yet to see with any other online web REPLs.)
Firebug Lite for Javascript. And, Rainbow 9 was one of the first examples of online REPLs.