11 comments

[ 2.9 ms ] story [ 38.1 ms ] thread
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.
(comment deleted)
But, you can test some of your bash scripts being sure you will not demage anything at your system.
Text is just to paste some plain ol' text. It doesn't attempt to execute it.
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/

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.
Im using codepad for a new version of tinypaste. Very cool stuff.