Build# | Date | Updates |
3.0.0.1 | 03-12-2006 |
Version 3.0 of the language.
|
2.0.0.3 | 26-11-2006 |
Added short notation of anonymous (a.k.a. lambda) functions:
Anonymous functions can be declared in place in of the three forms:
Example below will sort of the array in descending order:
This is a direct equivalent of:
|
2.0.0.2 | 19-11-2006 |
|
2.0.0.1 | 13-11-2006 |
New 2.0 version of the language and the engine.New features, language:
New features, API:
Various fixes. |
1.0.0.7 | 01-03-2006 |
Fix. Custom functon call was causing AV.
New methods of String class:
|
1.0.0.6 | 22-12-2005 | Fix of parsing source code containing unicode (wide) characters. |
1.0.0.5 | 26-11-2005 |
New. Implementation of range/slice operators for strings and arrays.
|
1.0.0.4 | 17-11-2005 |
|
1.0.0.2/3 | 13-09-2005 | C API: Declarations of TIS_call, TIS_eval and func_impl (CALLBACK) have been changed to eleminate returning struct from the functions. C++ external interface was not changed though - only implementation of correspondent wrapping methods were updated. |
1.0.0.1 | 10-09-2005 | Initial upload. |