fixed extensible

This commit is contained in:
0xflotus 2019-01-19 13:16:32 +01:00 committed by GitHub
parent a95fbbda0b
commit 92c0ad39bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ Tengo is [fast](#benchmark) as it's compiled to bytecode and executed on stack-b
- Dynamically typed with type coercions
- First-class functions and Closures
- Garbage collected _(thanks to Go runtime)_
- Easily extendible using customizable types
- Easily extensible using customizable types
- Written in pure Go _(no CGO, no external dependencies)_
- Executable as a [standalone language](https://github.com/d5/tengo#tengo-as-a-standalone-language) _(without writing any Go code)_