fossunited / falcon

A service that execute code in any programming language in a sandboxed environment.
MIT License
42 stars 6 forks source link

Added support for ruby runtime #10

Open anandology opened 3 years ago

anandology commented 3 years ago

Right now only two runtimes are supported: python and python-canvas.

Extend LiveCode to support ruby runtime.

nikochiko commented 3 years ago

@anandology I would like to pick this up.

I tried getting started with setting up falcon on codespaces, but only the "python" tab is working properly for me, and the static files beyond livecode.js and livecode-demo.js are throwing a 404. I'll try running this locally as well and see if that issue still persists.