update README
This commit is contained in:
parent
dab498651a
commit
4b8bd4eb21
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
# The Tengo Language
|
||||
|
||||
Tengo is an embeddable script language for Go. Tengo is fast because it's compiled to bytecode and executed on stack-based VM that's written in native Go. _(See the [benchmark](#benchmark) results.)_
|
||||
Tengo is an embeddable script language for Go.
|
||||
|
||||
Tengo is [fast](#benchmark) as it's compiled to bytecode and executed on stack-based VM that's written in native Go.
|
||||
|
||||
\>> **Try [Tengo Playground](https://tengolang.com/)** <<
|
||||
|
||||
|
|
Loading…
Reference in a new issue