From f048c394bfd90c759cc8aaf6a615ac66b0ac7862 Mon Sep 17 00:00:00 2001 From: Miroslav Kravec Date: Sun, 16 Oct 2022 16:18:51 +0200 Subject: [PATCH] add google/starlark-go (#4538) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c3a7dc2..9a9ae74d 100644 --- a/README.md +++ b/README.md @@ -984,6 +984,7 @@ _Embedding other languages inside your go code._ - [ngaro](https://github.com/db47h/ngaro) - Embeddable Ngaro VM implementation enabling scripting in Retro. - [prolog](https://github.com/ichiban/prolog) - Embeddable Prolog. - [purl](https://github.com/ian-kent/purl) - Perl 5.18.2 embedded in Go. +- [starlark-go](https://github.com/google/starlark-go) - Go implementation of Starlark: Python-like language with deterministic evaluation and hermetic execution. - [tengo](https://github.com/d5/tengo) - Bytecode compiled script language for Go. **[⬆ back to top](#contents)**