From c7c7a1eb8ad6fd3c31a35a484f3cd861c5ff28c5 Mon Sep 17 00:00:00 2001 From: chai2010 Date: Sun, 19 May 2024 11:02:46 +0800 Subject: [PATCH] add wa language (#4517) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb4a0549..67d3131e 100644 --- a/README.md +++ b/README.md @@ -1045,6 +1045,7 @@ _Embedding other languages inside your go code._ - [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. +- [Wa/凹语言](https://github.com/wa-lang/wa) - The Wa Programming Language embedded in Go. **[⬆ back to top](#contents)**