Replace otto to goja (#3230)

otto, more than 2 years unmaintained.
This commit is contained in:
Septs 2020-09-12 00:29:38 +08:00 committed by GitHub
parent 98087a3cfc
commit 53ef68e6b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -693,11 +693,11 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [go-lua](https://github.com/Shopify/go-lua) - Port of the Lua 5.2 VM to pure Go. * [go-lua](https://github.com/Shopify/go-lua) - Port of the Lua 5.2 VM to pure Go.
* [go-php](https://github.com/deuill/go-php) - PHP bindings for Go. * [go-php](https://github.com/deuill/go-php) - PHP bindings for Go.
* [go-python](https://github.com/sbinet/go-python) - naive go bindings to the CPython C-API. * [go-python](https://github.com/sbinet/go-python) - naive go bindings to the CPython C-API.
* [goja](https://github.com/dop251/goja) - ECMAScript 5.1(+) implementation in Go.
* [golua](https://github.com/aarzilli/golua) - Go bindings for Lua C API. * [golua](https://github.com/aarzilli/golua) - Go bindings for Lua C API.
* [gopher-lua](https://github.com/yuin/gopher-lua) - Lua 5.1 VM and compiler written in Go. * [gopher-lua](https://github.com/yuin/gopher-lua) - Lua 5.1 VM and compiler written in Go.
* [gval](https://github.com/PaesslerAG/gval) - A highly customizable expression language written in Go. * [gval](https://github.com/PaesslerAG/gval) - A highly customizable expression language written in Go.
* [ngaro](https://github.com/db47h/ngaro) - Embeddable Ngaro VM implementation enabling scripting in Retro. * [ngaro](https://github.com/db47h/ngaro) - Embeddable Ngaro VM implementation enabling scripting in Retro.
* [otto](https://github.com/robertkrimen/otto) - JavaScript interpreter written in Go.
* [purl](https://github.com/ian-kent/purl) - Perl 5.18.2 embedded in Go. * [purl](https://github.com/ian-kent/purl) - Perl 5.18.2 embedded in Go.
* [tengo](https://github.com/d5/tengo) - Bytecode compiled script language for Go. * [tengo](https://github.com/d5/tengo) - Bytecode compiled script language for Go.