Where can I find an online interactive console for programming language or api?
feedback
|
|
@kuszi Put a great answer as a comment to the question, but I almost missed it because it was a comment rather than the answer. This link goes to a huuuge list of REPs and REPLs for tons of languages. | ||||
|
feedback
|
|
| |||||||
feedback
|
|
repl.it supports multiple languages including Python, Ruby, Lua, Scheme, CoffeeScript, QBasic, Forth,...the list goes on. | ||||
|
feedback
|
|
Google has an online interactive shell for Python. | |||
feedback
|
|
| |||
feedback
|
|
You can play around with jsScheme for Scheme, but it's a toy and shouldn't replace a console-based interpreter. | |||
|
feedback
|
|
Google Chrome Python shell https://chrome.google.com/extensions/detail/gdiimmpmdoofmahingpgabiikimjgcia | ||||
|
feedback
|
|
You can try this http://doc.pyschools.com/console. It is actually an editor, and is good for testing your python code online when you do not have it installed on your computer. | ||||
|
feedback
|
|
python web console, and I was able to run the code below
| ||||
|
feedback
|
|
Firebug Lite for Javascript. And, Rainbow 9 was one of the first examples of online REPLs. | ||||
|
feedback
|
|
http://repl.it/ is a Python in a browser without Java or Silverlight (as well as dozen of other languages compiled to JavaScript). | ||||
|
feedback
|