Update README.md

This commit is contained in:
Daniel Kang 2019-01-12 23:29:09 -08:00 committed by GitHub
parent 131afe7ba3
commit cc2b0e550d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# 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 Go natively. _(See the [benchmark](#benchmark) results.)_
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.)_
\>> **Try Tengo in online [Playground](https://tengolang.com/)** <<
@ -393,7 +393,7 @@ tengo
## Roadmap
The next big features planned include:
Development roadmap for Tengo:
- Module system _(or packages)_
- Standard libraries