Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
elena-1.9.25.i386-linux.deb | 2016-02-10 | 913.8 kB | |
elena-1.9.25.i386-win-setup.exe | 2016-02-10 | 1.8 MB | |
elena_src-1.9.25.i386-linux.tar.gz | 2016-02-10 | 1.6 MB | |
elena_src-1.9.25.i386-win.zip | 2016-02-10 | 2.4 MB | |
ELENA 1.9.25.tar.gz | 2016-02-10 | 94.3 kB | |
ELENA 1.9.25.zip | 2016-02-10 | 94.3 kB | |
README.md | 2016-02-10 | 1.6 kB | |
Totals: 7 Items | 6.9 MB | 0 |
A new release of ELENA programming language is available : 1.9.25
Linux Debian package includes now examples (\home\elena-lang) and LIB30 source code (\usr\local\src\elena).
For windows the path to elenart.dll should be included into PATHS. When the setup file is used it is done automatically.
What's new:
- ELC
- binary incompatible due to implementing issues [#134] and [#136]
- issue [#132] : GC hotfix
- issue [#216] : operation with structure fields in stacksafe method
- issue [#211] : Message call sequence with open arguments
- critical bug fix in lock statement
- LIB
- system'routines : enumerable.sequenceEqual[1], indexable.reverse&at[2]
- system'routines : enumerable.accumulate&with[2]
- extensions : textwriter.write&args[1,], textwriter.writeLine&args[1,]
- extensions'text : (literal/wide).toByteArray
- system : Message.get&literal$
- system'io : MemoryBuffer
- [#213] : system'MethodNotFoundException provides the message name now
- Samples
- linux : anonymrec sample ported
- linux : aplusb sample ported
- linux : arraycallback sample ported
- linux : arithmeticint sample ported
- linux : arithmmean sample ported
- linux : arrayconcat sample ported
- linux : arraymode sample ported
- linux : arrays sample ported
- linux : associativearrays sample ported
- linux : amb sample ported
- linux : anagram sample ported
- linux : arithmeval sample ported