Update README.md
This commit is contained in:
parent
131afe7ba3
commit
cc2b0e550d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue