Add speedata/go-lua - Lua 5.4 VM in pure Go (#6146)

This commit is contained in:
Patrick Gundlach 2026-03-24 12:40:22 +01:00 committed by GitHub
parent 708f47c225
commit e8ef1b3195
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1106,6 +1106,7 @@ _Embedding other languages inside your go code._
- [gentee](https://github.com/gentee/gentee) - Embeddable scripting programming language. - [gentee](https://github.com/gentee/gentee) - Embeddable scripting programming language.
- [gisp](https://github.com/jcla1/gisp) - Simple LISP in Go. - [gisp](https://github.com/jcla1/gisp) - Simple LISP in Go.
- [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-lua](https://github.com/speedata/go-lua) - Lua 5.4 VM implemented in 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.
- [goal](https://codeberg.org/anaseto/goal) - An embeddable scripting array language. - [goal](https://codeberg.org/anaseto/goal) - An embeddable scripting array language.
- [goja](https://github.com/dop251/goja) - ECMAScript 5.1(+) implementation in Go. - [goja](https://github.com/dop251/goja) - ECMAScript 5.1(+) implementation in Go.