-
Notifications
You must be signed in to change notification settings - Fork 305
Tengo V2
Daniel edited this page Mar 9, 2019
·
4 revisions
Changes
- switch-case statement
- variadic function arguments
- better error handling
- 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
- Script inputs and outputs explicitly defined at language level (maybe force moduling)
- better package naming: simple names such as
script
andcompiler
conflicts with package names