From 18c06bce29392d446b0373d4b9f933419af51e15 Mon Sep 17 00:00:00 2001 From: Kevin Tang <73975146+vt128@users.noreply.github.com> Date: Sun, 5 May 2024 16:13:39 +0000 Subject: [PATCH] Add `starlet` under `Embeddable Scripting Languages` (#5297) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0336bccc..2ea91e31 100644 --- a/README.md +++ b/README.md @@ -1041,6 +1041,7 @@ _Embedding other languages inside your go code._ - [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. +- [starlet](https://github.com/1set/starlet) - Go wrapper for [starlark-go](https://github.com/google/starlark-go) that simplifies script execution, offers data conversion, and useful Starlark libraries and extensions. - [tengo](https://github.com/d5/tengo) - Bytecode compiled script language for Go. **[⬆ back to top](#contents)**