From e8ef1b3195363c1f1bc6bfce3f6776ed6f07bb1d Mon Sep 17 00:00:00 2001 From: Patrick Gundlach Date: Tue, 24 Mar 2026 12:40:22 +0100 Subject: [PATCH] Add speedata/go-lua - Lua 5.4 VM in pure Go (#6146) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02f7cf89..b7695bad 100644 --- a/README.md +++ b/README.md @@ -1106,6 +1106,7 @@ _Embedding other languages inside your go code._ - [gentee](https://github.com/gentee/gentee) - Embeddable scripting programming language. - [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/speedata/go-lua) - Lua 5.4 VM implemented in pure Go. - [go-php](https://github.com/deuill/go-php) - PHP bindings for Go. - [goal](https://codeberg.org/anaseto/goal) - An embeddable scripting array language. - [goja](https://github.com/dop251/goja) - ECMAScript 5.1(+) implementation in Go.