Test and run JavaScript code with the Boa engine runtime.
Example runtime for the Boa JavaScript engine.
boa
$ boa script.js
$ boa -c "console.log('hello world')"
$ boa
$ boa test.js
$ boa --debug script.js