Embeddable Scripting Languages
Embedding other languages inside your go code.
starlark-go2.4K
Go implementation of Starlark: Python-like language with deterministic evaluation and hermetic execution.
starlet28
Go wrapper for starlark-go that simplifies script execution, offers data conversion, and useful Starlark libraries and extensions.