Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
elena-5.0-win32-setup.exe | 2020-07-16 | 14.7 MB | |
elena-lang-5.0.1-2.i386.rpm | 2020-07-14 | 3.9 MB | |
elena-5.0.23.i386-linux.deb | 2020-07-14 | 2.3 MB | |
elena.5.0.606-i386.zip | 2020-07-14 | 2.8 MB | |
ELENA 5.0 major release.tar.gz | 2020-07-14 | 94.3 kB | |
ELENA 5.0 major release.zip | 2020-07-14 | 94.3 kB | |
README.md | 2020-07-14 | 1.0 kB | |
Totals: 7 Items | 23.9 MB | 0 |
A major release of ELENA programming language is available : 5.0
What's new:
- ELENA
- binary incompatible due to major version change
- Explicit namespaces
- Flat library hierarchy
- nested code brackets
- [#500] : Nested code blocks
- [#492] : Yield statement
- [#380] : Run-time extension dispatching
- [#494] : Method result multi-dispatching
- [#495] : Inheritable static methods
- [#501] : Modificator new can be used with a variable
- ELC
- deep code refactoring - treamlining code generation, increasing the compilation speed
- [#489] : Creating a variadic argument enumerator
- [#490] : Passing a variadic argument list in sub call
- [#491] : The message target is corrupt when a variadic argument is used in sub call
- [#381] : const static property
- [#162] : compiler redux - embedded constructor call
- [#505] : constructor with variadic argument list
- [#498] : Compile-time dispatching nil argument
- [#472] : Embeddable property is not called correctly