update readme
This commit is contained in:
parent
85001be9b8
commit
fa6699f7ce
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ s := sum("", [1, 2, 3]) // == "123"
|
||||||
- Simple and highly readable [Syntax](https://github.com/d5/tengo/blob/master/docs/tutorial.md)
|
- Simple and highly readable [Syntax](https://github.com/d5/tengo/blob/master/docs/tutorial.md)
|
||||||
- Dynamic typing with type coercion
|
- Dynamic typing with type coercion
|
||||||
- Higher-order functions and closures
|
- Higher-order functions and closures
|
||||||
- Immutable values _(v1)_
|
- Immutable values
|
||||||
- Garbage collection
|
- Garbage collection
|
||||||
- [Securely Embeddable](https://github.com/d5/tengo/blob/master/docs/interoperability.md) and [Extensible](https://github.com/d5/tengo/blob/master/docs/objects.md)
|
- [Securely Embeddable](https://github.com/d5/tengo/blob/master/docs/interoperability.md) and [Extensible](https://github.com/d5/tengo/blob/master/docs/objects.md)
|
||||||
- Compiler/runtime written in native Go _(no external deps or cgo)_
|
- Compiler/runtime written in native Go _(no external deps or cgo)_
|
||||||
|
|
Loading…
Reference in a new issue