Update README.md
This commit is contained in:
parent
264f15fd00
commit
dec1301907
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
# The Tengo Language
|
# The Tengo Language
|
||||||
|
|
||||||
|
[](https://godoc.org/github.com/d5/tengo/script)
|
||||||
|
[](https://cover.run/go?tag=golang-1.10&repo=github.com%2Fd5%2Ftengo)
|
||||||
|
|
||||||
Tengo is an embeddable script language for Go.
|
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.
|
Tengo is [fast](#benchmark) as it's compiled to bytecode and executed on stack-based VM that's written in native Go.
|
||||||
|
|
Loading…
Reference in a new issue