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)**