How to Install golang-github-dop251-goja-dev in Ubuntu 18.04



Install golang-github-dop251-goja-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-dop251-goja-dev

Description:

ECMAScript 5.1(+) implementation written in Go

Full ECMAScript 5.1(+) implementation (including regex and strict mode) in Go. . It is not a replacement for V8 or SpiderMonkey or any other general-purpose JavaScript engine as it is much slower. It can be used as an embedded scripting language where the cost of making a lot of cgo calls may outweigh the benefits of a faster JavaScript engine or as a way to avoid having non-Go dependencies.

Homepage: https://github.com/dop251/goja

Version: 0.0~git20170430.0.d382686-2

Section: universe/devel