views:

709

answers:

7

Where can I find an online interactive console for my favorite language/api?

  • Ruby
  • Python?
  • PHP?
  • Perl?
  • Scheme?
  • Java?
  • C?
+1  A: 

_Why made one for Ruby

Nick Retallack
Why am I getting downvoted here? marxidad just duplicated this information
Nick Retallack
+5  A: 
Mark Cidade
That online Python interpreter is basically worthless for learning Python. You can't define your own functions or classes, so it's not going to be much use to anyone.
Eli Courtwright
+1  A: 

You can play around with jsScheme for Scheme, but it's a toy and shouldn't replace a console-based interpreter.

Kyle Cronin
+2  A: 

Google has an online interactive shell for Python.

Ray Vega
+2  A: 

Skulpt is a Python implementation in JavaScript. Pretty cool.

Nick Retallack
A: 

runroot

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.)

Ray Vega
This is pretty cool :D
Nick Retallack
link is dead...
Lars Corneliussen
A: 

Firebug Lite for Javascript. And, Rainbow 9 was one of the first examples of online REPLs.

sid3k