What is Adder?
Adder is a lightweight python-like language, implemented on top of JavaScript, and designed to be safe & secured to execute untrusted code.
Why
The main purpose of Adder is to let you execute untrusted code on other users's browsers and even on your Node.js server, without worrying about security complications.
Adder will not let the untrusted code access anything you don't want it to access, will not allow it to get stuck or hog resources, and will make sure it can't do any harm or go
outside its boundaries.
Getting Started
There are several ways to install Adder:
Via npm
npm install adder-script
Via bower
bower install adder-script
Via git clone
git clone https://github.com/RonenNess/adder.git
Once installed, you can start by reading the docs, playing with the Interactive Sandbox, or check out the cool AI fighting game written with Adder.