-
Notifications
You must be signed in to change notification settings - Fork 304
Tengo V2
Daniel edited this page Mar 1, 2019
·
4 revisions
New features:
- switch-case statement
- variadic function arguments
Improvements:
- better documentation (e.g. full language specification)
- more builtin modules (stdlib) with more scalable approach
- smaller runtime size (e.g. remove stdlib packages)
- more efficient implementation for immutable array/map
Other Changes:
- better package naming (e.g.
compiler
orscript
)