Ideone – compiler pastebin

Nov 24th, 2009

A friend of mine, just tossed me this link.. http://ideone.com/

What makes Ideone different from any other pastebin is its compiler feature; Supporting about 20 programing language, you will be able to live compile (of course with some limitations) your code.

Let’s find out the perl version running on that server

[sourcecode language="c"]
print $];
[/sourcecode]

and result?

[sourcecode language="c"]
result: success
time: 0s    memory: 3248 kB    signal: 0
input: no
output:

5.008008
[/sourcecode]

Ok… not the 5.010000 I excepted but not too obsolete either.

Have fun,

Bookmark and Share
  1. lipstick
    Nov 25th, 2009 at 05:06
    Reply | Quote | #2

    Nice cite. I didn’t even know that so many progarmming langauges exists (I can see more than 30). What the f..k is Lua and Clips?