Update README.md
This commit is contained in:
parent
4b8bd4eb21
commit
75e9e171f8
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@ Tengo is [fast](#benchmark) as it's compiled to bytecode and executed on stack-b
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Simple and intuitive syntax
|
- Simple and intuitive [syntax](https://github.com/d5/tengo#tengo-syntax-in-5-minutes)
|
||||||
- Dynamically typed with type coercions
|
- Dynamically typed with type coercions
|
||||||
- First-class functions and Closures
|
- First-class functions and Closures
|
||||||
- Garbage collected _(thanks to Go runtime)_
|
- Garbage collected _(thanks to Go runtime)_
|
||||||
- Easily extendible using customizable types
|
- Easily extendible using customizable types
|
||||||
- Written in pure Go _(no CGO, no external dependencies)_
|
- Written in pure Go _(no CGO, no external dependencies)_
|
||||||
- Excutable as a standalone language _(without writing any Go code)_
|
- Excutable as a [standalone language](https://github.com/d5/tengo#tengo-as-a-standalone-language) _(without writing any Go code)_
|
||||||
|
|
||||||
## Benchmark
|
## Benchmark
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue