From fc27679e8ba3401cb501187689d13c07753ed47d Mon Sep 17 00:00:00 2001 From: Daniel Gregoire Date: Thu, 6 Jun 2024 02:13:14 -0400 Subject: [PATCH] Add goal embeddable scripting language (#5307) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70f4b488..c3e0d51a 100644 --- a/README.md +++ b/README.md @@ -1045,6 +1045,7 @@ _Embedding other languages inside your go code._ - [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-python](https://github.com/sbinet/go-python) - naive go bindings to the CPython C-API. +- [goal](https://codeberg.org/anaseto/goal) - An embeddable scripting array language. - [goja](https://github.com/dop251/goja) - ECMAScript 5.1(+) implementation in Go. - [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.