An online playground for ArkScript (playground.arkscript-lang.dev)
from SuperFola@programming.dev to programming_languages@programming.dev on 03 Jul 2024 14:59
https://programming.dev/post/16349337

I wanted people to be able to try out my language online, and it’s now possible with a vscode like interface, sending code to a docker image running the interpreter!

It was easier than I thought to implement, and yes, security was a concern, but I have been able to harden the docker container as well as implement restrictions on the websocket server to avoid having users escaping the docker image and getting access to the VM it’s running on.

#programming_languages

threaded - newest