I want to play with interpreted code on my iPhone without jailbreaking. I'm familiar with tryruby for ruby. Are there any other online interpreters out there that I can use.
|
|
Taken from Is there a web application that can replace an IDE like Eclipse? You will want to check out http://ideone.com/ It is a mini IDE and debugging tool mainly used as a clipboard. Example The following counts from 1 to 10
Selecting Java in the side bar of ideone will give us
Then fixing that gives us the following shortlink http://ideone.com/gGqZy which you can share I posted the output below
|
|||||
|
|
If you want to try Javascript/HTML, w3schools.com has a "Tryit Editor". It's used for tutorial purpose, but you can code and test anything with it online. Link : http://w3schools.com/js/tryit.asp?filename=tryjs_text |
|||
|
|
|
codepad is an online interpreter that supports several different languages. It also generates a URL for your snippets, so you can share them and collaborate. |
|||
|
Skulpt is an entirely in-browser implementation of Python. Not complete, but handy. |
|||
|
For html / css / javascript, try http://jsfiddle.net/ . It also acts as a pastebin allowing url sharing and editing. |
|||
|
|
|
tryhaskell.org if you are interested in functional programming |
|||
|
|
|
The Groovy Web Console is a great way to try out Groovy code. It uses the CodeMirror in-browser code editor and allows you to publish/share scripts if you wish. |
|||
|
|
|
Simply Scala for Scala programming language. |
||||
|
|
|
Ideon is a great answer, but you can also find a large number of repls here http://joel.franusic.com/Online-REPs-and-REPLs |
|||||
|
|
Why go to multiple sites? Just head on over to the Lord of the REPLs! Currently it supports
|
||||
|
|
There's http://kodingen.com . It may be too complicated to use on a small iPhone screen though. |
||||
|
|