Live data from Hacker News

Ideone.com - code pastebin with execution in many languages

ideone.com

1–10 of 12 posts

Re: Ideone.com - code pastebin with execution in many languages

#3

Much like http://codepad.org (codepad), but still interesting. And hey, does anyone know about "Text"? http://ideone.com/samples#sample_lang_62

Codepad doesn't support PHP, but this does, which is really nice because I happen to be learning PHP.

Re: Ideone.com - code pastebin with execution in many languages

#4
post #3

Much like http://codepad.org (codepad), but still interesting. And hey, does anyone know about "Text"? http://ideone.com/samples#sample_lang_62

Codepad doesn't support PHP, but this does, which is really nice because I happen to be learning PHP.

It does? http://codepad.org/bsAADG6v

Re: Ideone.com - code pastebin with execution in many languages

#6

Much like http://codepad.org (codepad), but still interesting. And hey, does anyone know about "Text"? http://ideone.com/samples#sample_lang_62

But, you can test some of your bash scripts being sure you will not demage anything at your system.

Re: Ideone.com - code pastebin with execution in many languages

#8
I sure hope they're emulating a CPU. I wish we had a kernel good enough to sandbox untrusted native code, but as far as I know there isn't one. OpenBSD had at least two local root exploits that we know of, and Linux (which they claim to be using) is worse off.

Re: Ideone.com - code pastebin with execution in many languages

#9
post #7

What is the difference between Rhino and Spidermo javascript?

They are different implementations of standalone JS. Rhino is an interpreter written in Java while SpiderMonkey is a JIT compiler written in C or C++, I'm not sure which sorry.

Ideally there would be a CommonJS option as well (using narwhal).

http://narwhaljs.org/

http://commonjs.org/

Post reply on HN