echoplexus
echoplexus copied to clipboard
Add more languages to REPL
opal-parser.js for Ruby, maybe Brython for python?
opal-parser.js is there, but loading every single repl language is a pain, maybe somehow load different libraries or different iframes?
jsrepl is an option for several languages. For the ones not covered by jsrepl, maybe a sandboxed docker image wrapped in a node based REST API to control arbitrary code execution.