add wa language (#4517)

This commit is contained in:
chai2010 2024-05-19 11:02:46 +08:00 committed by GitHub
parent d5f9450a1d
commit c7c7a1eb8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. - [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. - [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. - [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)** **[⬆ back to top](#contents)**