Live data from Hacker News

Runnable – jsfiddle for everything

runnable.com

21–30 of 105 posts

Re: Runnable – jsfiddle for everything

#24
post #8

It seems to be a mix of languages and frameworks. For example, it doesn't list Python, but it does list Django. No Javascript, but jQuery and Node.js (Angular programmers are out of luck).

There does seem to be a Python option below the fold.

Re: Runnable – jsfiddle for everything

#28
post #20
post #17

Where are they running the code? I could easily write malicious code that would crash the machine on which the code would be running on.

I may be wrong here but to address a comment above, my hunch is this is spawning a light, short-lived VM for this, which doesn't eliminate security concerns but would be sandboxed enough to make it tougher. I was trying to get some info on environment in C++ but unfortunately, > Oh no, there's a problem with Runnable!

Actually, after playing around the system doesn't seem to be ephemeral, so hopefully something along the lines of Docker as mentioned below.

Re: Runnable – jsfiddle for everything

#29
post #9

If anyone is looking for a similar system but more focused on collaboration and working on code in real-time, check out: https://coderpad.io The target use case is interviews, but it works well for a wide variety of use cases as well.

Also http://codepad.org/ which is a lot more bare bones but free.
Post reply on HN