vote up 5 vote down star

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

  • Ruby
  • Python?
  • PHP?
  • Perl?
  • Scheme?
  • Java?
  • C?
flag

6 Answers

vote up 2 vote down
link|flag
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 Sep 8 '08 at 3:38
vote up 1 vote down

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

link|flag
vote up 1 vote down

Google came out with Lord of the REPLs which supports, among other things, Scheme, Python, Ruby, and Scala.

link|flag
vote up 1 vote down

Google has an online interactive shell for Python.

link|flag
vote up 0 vote down

_Why made one for Ruby

link|flag
Why am I getting downvoted here? marxidad just duplicated this information – Nick Retallack Oct 3 '08 at 20:22
vote up 0 vote down

Skulpt is a Python implementation in JavaScript. Pretty cool.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.