Ideone – compiler pastebin
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,
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?