Search notes:

SpiderMonkey

SpiderMonkey is Mozilla's implementation of a Javascript engine. It is written in C++. This is in contrast to Rhino which is written in Java.

Installation

On Ubuntu, SpiderMonkey apparently can be installed with
sudo apt install libmozjs-24-0v5 libmozjs-24-bin
On Windows, the shell can be installed with Chocolatey.
choco install -y jsshell

Testing

$ js24
js> var foo=39;
js> var bar=3;
js> foo+bar
42

See also

The SpiderMonkey JavaScript shell
JavaScript::SpiderMonkey is a Perl interface to SpiderMonkey.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758192785, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/JavaScript/SpiderMonkey/index(57): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78