Competition is good and all that, but from my vantage point it seems like a slow-loading and ad-ridden version of codepad.org: http://codepad.org/ Edit: That said, ideone does have an API.
Online IDE - C/C++, Java, PHP, Python, Perl and 40+ compilers and intepreters
11–20 of 29 posts
Re: Online IDE - C/C++, Java, PHP, Python, Perl and 40+ compilers and intepreters
#12Re: Online IDE - C/C++, Java, PHP, Python, Perl and 40+ compilers and intepreters
#13var s = "Hello World!";
Re: Online IDE - C/C++, Java, PHP, Python, Perl and 40+ compilers and intepreters
#14That said, 'print 5' in python took 11 seconds.
Re: Online IDE - C/C++, Java, PHP, Python, Perl and 40+ compilers and intepreters
#15public 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?
Re: Online IDE - C/C++, Java, PHP, Python, Perl and 40+ compilers and intepreters
#16Re: Online IDE - C/C++, Java, PHP, Python, Perl and 40+ compilers and intepreters
#17Re: Online IDE - C/C++, Java, PHP, Python, Perl and 40+ compilers and intepreters
#18Competition is good and all that, but from my vantage point it seems like a slow-loading and ad-ridden version of codepad.org: http://codepad.org/ Edit: That said, ideone does have an API.
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.
Re: Online IDE - C/C++, Java, PHP, Python, Perl and 40+ compilers and intepreters
#19I tried to run this: 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.
Re: Online IDE - C/C++, Java, PHP, Python, Perl and 40+ compilers and intepreters
#20Edit: The ability to use the tab key is pretty awesome.