You can adapt some of the benchmark programs from http://shootout.alioth.debian.org/ I can not see it being used for much except trying a new language or a benchmark.
The compilation performance reminds me of the 'beloved' time sharing systems of the eighties and earlier. Had to go to work in the middle of the night, so compilations didn't take an unpredictably long time. With PC's (CP/M-80, XENIX) came more predictable performance. Feels like a history repeat - going back to the terminal age with HTML forms somewhat like 3270 submit and AJAX more like DEC VT-100. Not exactly of course, but like a pendulum swinging from server-side to client-side and now back to server-side.
Yeah, the ad-ridden part bothers me the most. I immediately closed the window once I saw the page plastered with ads without even trying it out to see if it was any good. That's just not something I'd ever want to use.
A tool like this isn't the place for an ad-supported model. This is a place to work with text, and the colorful, animated, image-based ads are simply too distracting to do any real work for more than a minute or two.
The output page does look pretty interesting, specially for debugging code collaboratively as one can share the output URL. The page contains execution time, errors and the code, very well arranged.
Yes, collaborative debugging might be the case to use ideone. You might for example want to provide the input data to someones code to show up bugs in it.
After reading about a bug where, in C, a comment line ended with a backslash leading next line to be commented to, I tried it in your ide and the syntax highlighting does not reflect this.
(details of the bug here : http://news.ycombinator.com/item?id=2919511)
28 comments
[ 3.0 ms ] story [ 57.9 ms ] threadhttp://ideone.com/F3GBH shows the output from a fork bomb. Basically nothing goes wrong, as I'd expect.
Edit: though, I attempted fork bomb in C ...
The compilation performance reminds me of the 'beloved' time sharing systems of the eighties and earlier. Had to go to work in the middle of the night, so compilations didn't take an unpredictably long time. With PC's (CP/M-80, XENIX) came more predictable performance. Feels like a history repeat - going back to the terminal age with HTML forms somewhat like 3270 submit and AJAX more like DEC VT-100. Not exactly of course, but like a pendulum swinging from server-side to client-side and now back to server-side.
It's always good to try out new languages but it can be time consuming getting things up & running before you can make your "hello world".
I wrote my first Go program just now, might try Prolog next :)
Edit: That said, ideone does have an API.
http://i.imgur.com/YO7bt.png
A tool like this isn't the place for an ad-supported model. This is a place to work with text, and the colorful, animated, image-based ads are simply too distracting to do any real work for more than a minute or two.
var s = "Hello World!";
That said, 'print 5' in python took 11 seconds.
public class Foo { public static void main(String[] args) { System.out.println("foo"); } }
And got an error "class Foo should be in a file named Foo.java". Sweet!
Syntax highlighting doesn't seem to do anything. Isn't it a little grand to be calling this an IDE?
They have an "insert template" button which kind of clarifies that.
Edit: The ability to use the tab key is pretty awesome.