From 66fbb50329b7b06b3ce29545e91ca90b15ff4eae Mon Sep 17 00:00:00 2001 From: Daniel Kang Date: Sat, 19 Jan 2019 01:36:17 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bec35b9..cb1ab17 100644 --- a/README.md +++ b/README.md @@ -419,6 +419,7 @@ Things are experimental, and, the focus is on the **core language features**, ** This will be the first _versioned_ release, and, the main goal for v1 is to make Tengo as a _fast_ embeddable script language for Go, which means Tengo will be comparable to other Go-based script languages such as [Starlark](https://github.com/google/starlark-go), [Lua](https://github.com/Shopify/go-lua) [VM](https://github.com/yuin/gopher-lua)s, and [other](https://github.com/robertkrimen/otto) [interpreter](https://github.com/mattn/anko)s. - Interoperability with Go code +- Sandbox environment - More language features such as bound methods and switch-case statements ### v2. Tengo as a Standalone Language