This is an interpreter of a mixup language between python and javascript. It has the syntax of javascript and functions of python. I wrote this because I was searching for a sandboxed python or a secure way to run python with restrictions. It seems like python wasn't created with sandboxing in mind. So, I wrote this in the goal of securing python functions and writing an interpreter. "Free two birds with one key" ;)
-
Notifications
You must be signed in to change notification settings - Fork 0
smilerightnow/javascript_meets_python
About
A javascript-like language interpreter written with python